,How check checkbox is checked or not in PHP CodeIgniter?,I’m using CodeIgniter and I have a form with a checkbox that allows the user to check and remove their uploaded photo. In my controller I use if(isset($checked) == 1) to check if the user wants to remove the photo., check these out |
By Sarah Rowe