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.
W_P
2010-05-16 18:11:27
I know this sites. Im looking for advanced topics not beginning. (online booking)
Felicita
2010-05-16 18:16:41
'online booking' isn't a topic - its an application. An advanced topic might be "design patterns" not "how to build X application".
Erik
2010-05-16 18:24:47
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
2010-05-16 18:25:00
@Erik took the words right out of my mouth...
W_P
2010-05-16 18:25:21
I usually direct questions like this to rentacoder.com but I'm feeling slightly less snarky today then usual.
Erik
2010-05-16 18:27:56
These php tutorials (in above link) are very poor in security. Im looking only for tutorial. Take it easy guys ;)
Felicita
2010-05-16 18:34:36
So you are looking for a tutorial on Security? that is different from a tutorial on Online Booking...
W_P
2010-05-16 18:36:51
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
2010-05-16 18:42:28
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/
+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