- Code: Select all
<?php
if(isset($_POST['checkbox_name']) && ($_POST['checkbox_name'] == '1')){
// Whatever you want here
// The 1 here, is the value of your checkbox. It can be 'Yes', 'No'...
// Whatever you want...
}
?>
Moderators: macek, egami, gesf
<?php
if(isset($_POST['checkbox_name']) && ($_POST['checkbox_name'] == '1')){
// Whatever you want here
// The 1 here, is the value of your checkbox. It can be 'Yes', 'No'...
// Whatever you want...
}
?>
Users browsing this forum: No registered users and 1 guest