If i'm going to let users select multiple choices from a list in a form, let
say the part in the form is like this:

<select name="category" multiple size="4">
        <option value="Praise">Fruit</option>
        <option value="Worship">Vegetables</option>
        <option value="Fellowship">Fish</option>
</select>

what code should i put in the submit part of the php to collect the multiple
inputs? I tried array, but it seems not working. Please help.

Thanks.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to