I'm trying to create a PHP booking system, where customers can go into the system, select a date/time from available slots in a calendar-like interface.
I need to figure out a way to use jQuery or some other convention to pull the available time slots and put them into a drop-down menu so the user can select one and book it. The time slot selected would then go into the MySQL database as being booked. Any clues as to where I could get information on doing this? Any ideas from anyone who has done something similar?