Dear All,

Is there a way to request form fields which have the same name using POST?

I generate dynamic checkboxes all with the same name, but with different
values

<input type'checkbox' name='id' value'1'>
<input type'checkbox' name='id' value'7'>
<input type'checkbox' name='id' value'78'>
etc

I could alternatively do it through GET and split the querystring, but i'd
prefer POST.

Thanks
Terence

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

Reply via email to