fetch_assoc(); $email_notify = $tutor_info['Email_notify']; $phone_notify = $tutor_info['Phone_notify']; $phone_number = $tutor_info['Phone_Number']; if($email_notify==1) { $email_check = "checked"; } if($email_notify==0) { $email_check = ""; } if($phone_notify==1) { $phone_check = "checked"; } if($phone_notify==0) { $phone_check = ""; } } ?>