Ben,

Hmm... I don't really understand you question, but when I had check boxes in a 
form, you have to name them all the same but the value all different. For 
example:

<input type="checkbox" name="name[1]" value="value1">
<input type="checkbox" name="name[2]" value="value2">
<input type="checkbox" name="name[3]" value="value3">
<input type="checkbox" name="name[4]" value="value4">

Now as far as the PHP script I think you need to use the implode(); function.


-GENESiS DESiGNS
-Sean Kennedy
-http://www.gdesigns.vcn.com


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

Reply via email to