You need to do: 
<input type=checkbox name="checkBoxGroup1" value="first"/> 
<input type=checkbox name="checkBoxGroup2" value="second"/> 

Keeping the name the same makes them a RADIO button and you will only
get the last one.

Robert

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

Reply via email to