Does anyone know what this error means?
Warning: Supplied argument is not a valid MySQL result resource in /home/lj917/public_html/cart.php on line 155
this line is causing the problem
while($row = mysql_fetch_array($result)) {
$totalCost += ($row["qty"] * $row["Price"]);
does anyone know what this means?? }😕