What's the easiest way to set out the time?
Posted: Fri Jan 28, 2005 2:55 pm
Hi all,
I'm making an online booking system, where I create available booking slots, and people come along and select which bookings they would like to use.
I'm having problems trying to work out the best way to make my booking creation form - I'd like to create a dropdown list of dates, months, and times... but what format does the information have to be in to pass it accurately from php to mysql?
How do I convert the date and times based on what people select into data that is compatiable with date fields on the database?
K
I'm making an online booking system, where I create available booking slots, and people come along and select which bookings they would like to use.
I'm having problems trying to work out the best way to make my booking creation form - I'd like to create a dropdown list of dates, months, and times... but what format does the information have to be in to pass it accurately from php to mysql?
How do I convert the date and times based on what people select into data that is compatiable with date fields on the database?
K