<input type="checkbox" name="groups[]" value="1" checked>&nbsp; blah1<br>
<input type="checkbox" name="groups[]" value="2" checked>&nbps; blah2<br>
<input type="checkbox" name="groups[]" value="3" checked>&nbsp; blah3<br>
 
I can't seem to access that data correctly when that form gets submitted.
 
I have tried:

$groups[] = $_POST['groups[]'];
and
$groups[] = $_POST['groups'];
 
no luck..
 
Can somebody please give me a hand, thanks a lot.
 
-Adam

Reply via email to