A admin Administrator Staff member Aug 21, 2008 #1 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);
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);