Forum Moderators: coopster
Unselected 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.
Well, I don't need to check for a particular value.
My problem is that I absolutely need to loop through all the values of the $_POST array BUT the size of this array MUST always equal the number of form elements independently of the fact that checkboxes can be used or not.
I hope you can understand my urgent need.
Thanks again!