I have been challenged with a task I'm not sure how they work but maybe someone could lead me to some good sources to read and learn how to create a web site that can accept reservations for a 3 room suite.
DrDoc
5:52 pm on Jul 31, 2008 (gmt 0)
Generally, you need three things: - One or more forms (one for the initial reservation options, one for the confirmation of said reservation) - A server side scripting language (PHP recommended) - A database (MySQL recommended)