I've asked this before and people didn't give the correct answer. I have a form that goes to a php validation file, and if something is wrong it sends you back to the form page, and fills in the same values you put in before submitting. On one part of this form there are multiple checkboxes that post as an ARRAY (there is more than one checkbox associated with the array variable, so a simple if(isset(variable == "blah") echo "checked"; WILL NOT WORK FOR ME). My question is, how do I get the php to check the boxes the user checked before submitting the form.
Tags: