I have a select box that allows the user to select and submit more 
than one selection at a time.  How do I retrieve all the selections 
in PHP?  For example, the select list is named CategoryID.  But when 
I select more than one item and then hit submit, $CategoryID only 
shows me the last value of the selected items.  How do I see all the 
values that have been selected?

-Ben

-- 
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