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
$r1 = (mysqli_query($con, "delete from basketprods where pid=$pid and bid=$bid") and mysqli_query($con, "update basket set numprods=numprods-$quant where bid=$bid") and mysqli_query($con, "update basket set totalcost=totalcost-($price*$quant) where bid=$bid") )or die("q error");
echo "Entry removed</br><a href=\"basket.php\">Click here to refresh</a>";