So that in PHP I can deal with them as :
foreach($_POST['checkboxname'] as $i => $value) ...
Do something like this:
<input type="checkbox" name="checkboxArray[]" />
Note the [] in the name.
2.1m questions
2.1m answers
60 comments
57.0k users