<input type="checkbox" name="tag_1" onclick="<?php echo base_url('zohaib_work_controler/activity/'.$row->id.'/'.$row->active);?>" value="yes" <?php echo ($row->active==1 ? 'checked' : 'unchecked');?>> </td>
I wan't to run the php function when click on the checkbox. which show the activity of the user. but it can't run why?