I am dynamically generating an HTML selection list (<SELECT> <OPTION>.....) so a user can select multiple entries. The form action is set to call a submit.php form. In php code on the submit.php form, I am trying to get the value of the "multiple" selection via. HTTP_POST_VARS. The selection list is named, however the variable that is set by HTTP_POST_VARS only returns the last item selected in the list. How do I get the other values that are selected in the same list?
thanx
crandym
Multiple Selection Problem
Moderator: General Moderators
You will probably need to do it the same way you would with checkboxes. Check out this tutorial for some more help:
http://codewalkers.com/tutorials/12/4.html
http://codewalkers.com/tutorials/12/4.html