Web Hosting Talk







View Full Version : Html form


billie493
03-24-2004, 07:44 AM
im currently doing a project where im developing a mock airport website, everything is going fine except for the online booking form, im having trouble with the dates.
My problem is that a user can book a flight for last january!! how do i keep the dates up to date!!?

stripeyteapot
03-24-2004, 08:29 AM
Remove the previousmonths from the menu? I suggest using a drop down menu. Will require constant update.

Alternatively, you can use what ever langauge you're using, I assume PHP? Anyway, have it match the server clock to stop them booking flights before the date it is.

Regards,

datums
03-24-2004, 03:45 PM
Using PHP and the serves date you can automate that .