I have a pull-down with the MULTIPLE attribute. If the Form is of Type GET and two values are selected (e.g. select1 and select2), I see in the URL the following:

?myvar=select1&myvar=select2

"myvar" appears twice, however, if I check the $HTTP_GET_VARS, I only have one value: myvar=select2.

Is it possible to get both values?

Todd


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to