How to get POST Variables from Multiple Checkbox Values
A short example on how to get the values of multiple checkbox in a form.
In order to get multiple post variables from checkboxes in your form. You can use the following login in your forms. <form action="test.php" method="post"> <input type="checkbox" name="check_list[]" value="value 1"> <input