Just replace the name of your <select> element to "select[]" , and you'll
get all the selected values as a php array under the name of
$_GET['select'].

"Mike Walth" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello:
>
> I'm trying to get the value from the following form field.
>
> <select name="select" size="3" multiple>
>   <option value="1">Value1</option>
>   <option value="2">Value2</option>
>   <option value="3">Value3</option>
> </select>
>
> I can get it to return one value, but if I select multiple values I can't
> get all the values form it.  Any ideas would be appreciated.
>
> Mike Walth
> CinoFusion
>
>



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

Reply via email to