Hey everyone
Ive built a webpage in HTML and i want to make a Online Booking Page.
So people can book for seats on my Page, I was told PHP is the best for coding something like that.
The Page is ASUS Riot Lan - Home
Im not too great in PHP, but if someone could give me a link or advice as to what i can use to build a online booking Page on the website
I what it so that people put in there Information and it emails it to my Email Address.
Thanks guys :D
2 replies to this topic
#1
Posted 12 April 2011 - 01:35 AM
|
|
|
#2
Posted 12 April 2011 - 02:33 PM
Hi, for programming maybe you can search if there is a class similar to what you want to achieve by signing up for free on Welcome to the PHP Classes Repository - PHP Classes. If you'd like to work with a platform, another option would be to build on Wordpress (www.wordpress.org), which is a content system coded in PHP (other options are joomla, drupal). Wordpress has loads of plugins, including event booking, just try typing "event booking plugin wordpress" on google. Hope this helps :)
#3
Posted 12 April 2011 - 03:18 PM
If you wish to build this yourself, you can create a new HTML page for reservation and create the appropriate HTML input fields inside a form, which will then send the necessary data to the PHP page you will write, which will send an e-mail to yourself.
This can be done with the mail function in not too many lines, although will require you to do your own error checking and input validation.
This can be done with the mail function in not too many lines, although will require you to do your own error checking and input validation.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









