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