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
$query = "UPDATE `contact_details` SET `status`=1 where prop_owner = '" . $_SESSION['id'] . "' AND status ='" . 0 . "' ";
echo $success = mysqli_query($con,$query);
}
$query_run = mysqli_query($con, "select * from contact_details where prop_owner = '" . $_SESSION['id'] . "' AND status ='" . 0 . "' order by contact_id desc");