John Taylor-Johnston wrote:
<input type=\"checkbox\" Name=protid1 value=\"$variable\">
<input type=\"checkbox\" Name=protid2 value=\"$variable\">
<input type=\"checkbox\" Name=protid3 value=\"$variable\">
<input type=\"checkbox\" Name=protid4 value=\"$variable\">
Or give all name="protid[]" and you will get array $_POST['protid'] that
you can loop over.
Do it like this or you will have the same problem.
name="protid[0]"
name="protid[1]"
name="protid[2]"
Not true.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php