Hi, I'm using a form using checkboxes but whenever a checkbox is left empty, I get an error when the php script gets to the $_POST part, I wish it could get an OFF, FALSE or ZERO value but as it just seems to not exist, how do i avoid the error??
unchecked checkboxes are not returned with the form data. simply use [man]isset[/man] in your form processing code.