I know I can see if a checkbox is selected with something like
if (isset($_POST['option1']))
But if I have like 5 checkboxes, how can I immediately see which ones are selected? I have do to an if statement to all of them?
|
|
Check them within an iteration.
|
|||
|
|
|
For a checkbox with the same name use square brackets i.e.
Then |
|||
|
|
|
If you have something like this:
in php,
you could also use |
|||||||||
|
|
|
For a given form:
|
|||||
|
|