> The problem is that if a checkbox is not checked, when it's not required, I
> don't get a blank entry in my tab file for the checkbox input. I'm imploding
> my HTTP_POST_VARS variable like so;

This has nothing to do with PHP.  Your browser sends nothing for an
unchecked checkbox.  You would have to work around this either by knowing
in your code the complete list of checkboxes, or perhaps adding hidden
fields in your HTML.

-Rasmus

Reply via email to