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'>
I think you change name='id' to name='id[]' -- but it's been so long since I've done anything with checkboxes that I'm not 100% sure. Test test test.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php