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

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -