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
$sql = mysql_query("SELECT * FROM completed WHERE user_id = '".$user_id."' AND asset_id = '".$id."' AND order_id = '".$order_id."'");
$mysql_num = mysql_num_rows($sql);
if ($mysql_num >= 1) { mysql_query("UPDATE completed SET data = '".$txtd."' WHERE user_id = '".$user_id."' AND asset_id = '".$id."' AND order_id = '".$order_id."'"); echo $y; }