You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$update_query = "UPDATE tbl_answers SET `status` = '1' WHERE `status`='0' AND `qn_id` IN (SELECT qn_id FROM tbl_questions WHERE `user_id` = '$user_id')";