How do I pass information from tick boxes in a form to my DB?
I can do it with text boxes easily but I'm not sure how to with ticks.
All I want to do is store a 1 if the box is ticked and a 0 if it is not.
Thanks!
The form will only return the checkboxes that are checked. You could give all of your checkboxes a value of "1" and that would be close to the same thing except "on" and "off" would be "1" and "not set".