Jump to content

Website Booking Page

- - - - -

  • Please log in to reply
2 replies to this topic

#1
Noobieless

Noobieless

    Newbie

  • Members
  • Pip
  • 4 posts
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
rhossis

rhossis

    Learning Programmer

  • Members
  • PipPipPip
  • 46 posts
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
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
  • Location:Vancouver, Eh! Cleverness: 200
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.
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.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users