php - Dynamic jQuery/MySQL dropdown menu -


i'm trying create php booking system, customers can go system, select date/time available slots in calendar-like interface.

i need figure out way use jquery or other convention pull available time slots , put them drop-down menu user can select 1 , book it. time slot selected go mysql database being booked. clues information on doing this? ideas has done similar?

i think need ajax request.

ajax stands asynchronous javascript , xml, can convert response of page json well.

there libraries in javascript ease use of technique, jquery.

you pull data php page asynchronously (i.e., without blocking page) , display user. can find many exemples these among internet.

the jquery documentation on ajax here: http://api.jquery.com/category/ajax/


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -