Hello all,
I've been working on this for a week now and I can't seem to get it to work. I want to have two forms on a page. FORM1 contains a list of dates which are obtained from a query to a MySQL database (this part works). When the user clicks on the date that they want, I need FORM2 to update with the group numbers available for that date (this doesn't work). This requires another query to the MySQL database. But, how do I get the results from that query to print out as the choices in FORM2?
Is JavaScript necessary for this to work?
Can anyone point me in the right direction???
thanks for the help.
-Rob