I,
I don't have my books here and it's been a while since I did PHP, and 
google isn't helping:
How do I code a bunch of checkboxes with id's, and then loop trough the 
result as an array after POSTing it?
What I have now:
<input type='checkbox' id='45' name='topic[]' value='45'>
doesn't return an array $topic??
Thanks,
Peter


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

Reply via email to