hi everyone
this problem is a cross between php, mysql and javascript so I hope someone can help me
I am basically trying to create an online booking for, there are 3 drop down boxes:
- Activity
- Day
- Time
When the user selects an activity, I want the day drop down to be populated with the days of the week.
But when the user selects the day i want to run a query to get the time slots avalible for selected activity on that day, and then populate the time drop down with the times found from the query.
The main problems that I am having is populating the dropdown when a selection is made. I know how to connect to the mysql database and query it but I have no knowledge of javascript and every example I have found is not anotated so I am finding it very hard to understand what is happening
I hopw some one can help
Thanks in advance
Bob