What would be the best way to do this using php
Hello I will get right to it. I have a form like this HTML: <form> <div class="section2"> <input type="checkbox" name="checkboxes[]"/> <input type="checkbox" name="checkboxes[]"/> <input type="checkbox" name="checkboxes[]"/> <input type="checkbox" name="checkboxes[]"/> </div> <div class="section2"> <input type="checkbox" name="checkboxes[]"/> <input type="checkbox" […] See …