Josef_Stalin
March 5th, 2009, 06:32 PM
Hello.
Creating the box is easy enough.
<select><option> etc. etc. etc.
If you create the list box in a form, how do you return a result when someone clicks submit.
I'm already using PHP to read the listbox data out of mysql, but that won't be useful, because it runs on the server side, and by the time the user clicks the box and hits submit, the server has already calculated.
I'd prefer not to use Java or client side scripts but will if absolutely necessary.
Creating the box is easy enough.
<select><option> etc. etc. etc.
If you create the list box in a form, how do you return a result when someone clicks submit.
I'm already using PHP to read the listbox data out of mysql, but that won't be useful, because it runs on the server side, and by the time the user clicks the box and hits submit, the server has already calculated.
I'd prefer not to use Java or client side scripts but will if absolutely necessary.