how to read a PHP checkbox value?

und3r53v3n

New member
Hi, I have a checkbox and I want php to capture the result. I CAN NOT USE isset however because when the checkbox is created, using a loop, it may or may not be defaulted to be checked or unchecked, based on a query it runs, therefore ISSET could result in a box being checked OR unchecked and would be unreliable. I need to know the final result of a box without isset.
 
Back
Top