if($confirmDelete)
{
$j=$i;
for($i=0; $i<$j+1; $i++)
{
$dbQuery="DELETE FROM cars WHERE carID='$array[$i]'";
$result = mysql_query($dbQuery,$db);
}
}
anyone knwo why i get this error regarding the above section of code?
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/deg4/d99kd/public_html/removeCarProcess.php on line 76