Problem with handling HTML form checkboxes in php
php doesn't handle checkboxes properly in html forms. If you use
My Checkbox <input type="checkbox" name="my_checkbox" id="my_checkbox"'.($current_value?'checked':'').' />
You'll only get a result for isset($_REQUEST['my_checkbox']) if the box is *ch...
roderickkennedy.com1 min read