Can someone tell me how I could make the size of the $_POST array always the same whether I use checkboxes or not???
Unselecetd checkboxes don't appear in $_POST and it is breaking all my code.
I assumed that unselected checkboxes would appear as empty values in $_POST the same way textfields do but they don't.
Thanks for helping.