Checking to see if a textbox is checked (Regardless of "value" attribute) is as simple as this:
if ( isset($_POST['mycheckbox']) ) { // checkbox was checked } else { // checkbox was not checked }
Technology, Music, & Culture Blog
Checking to see if a textbox is checked (Regardless of "value" attribute) is as simple as this:
if ( isset($_POST['mycheckbox']) ) { // checkbox was checked } else { // checkbox was not checked }
0 comments:
Post a Comment