hi i have a form which has a checkbox and i want to save the value of the checkbox into my database but when i click on the checkbox and save it it works fine and when i try to
Use an isset control in the next page like this :
if (!isset($nactive)) $nactive = 0;
If your checkbox isn't checked, the value will be 0