Multiple Selection Problem
Posted: Thu Feb 05, 2004 5:00 pm
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
thanx
crandym