tags:

views:

223

answers:

3

Im looking for any tutorial for online booking and reservation using php and mysql. I cant find so much from google.

+5  A: 

I would suggest learning more about PHP and MySQL first, and using that knowledge to create your own app. Here are some good resources for beginning PHP and MySQL knowledge.

http://www.w3schools.com

http://www.tizag.com

W_P
I know this sites. Im looking for advanced topics not beginning. (online booking)
Felicita
'online booking' isn't a topic - its an application. An advanced topic might be "design patterns" not "how to build X application".
Erik
if you already know the languages, you shouldn't need a tutorial on building an application, you should just need to get certain specific questions answered. What exactly about online booking systems are you having trouble with?
W_P
@Erik took the words right out of my mouth...
W_P
I usually direct questions like this to rentacoder.com but I'm feeling slightly less snarky today then usual.
Erik
These php tutorials (in above link) are very poor in security. Im looking only for tutorial. Take it easy guys ;)
Felicita
So you are looking for a tutorial on Security? that is different from a tutorial on Online Booking...
W_P
No;But http://www.w3schools.com and http://www.tizag.com tutorials are very poor in security. Please dont suggest this links to anyone. Programmers may learn writting secure code from beginning!
Felicita
A: 

What about to build your own system or search for an existing booking system and studying this ?

-> http://sourceforge.net/projects/phpreservation/ -> http://php.brickhost.com/

@nusbit;Thanks alot for case study link.
Felicita
+1  A: 

That's a big job, trust me -- I've been building one for 6 months with no end in sight. Give it a try at: http://www.checkfront.com.

Good luck, -J

@houseofmoreThank you
Felicita