checkbox

admin

Administrator
Staff member
How do you use checkboxs with php & mysql? If its checked, is it consided 'true' or just 'checked', and if unchecked, is it considered 'false'?
I want to do something like...
if checkbox = true, then insert into table1 (email) value ($email);
 
Back
Top