Jump to content

delete


dudejma

Recommended Posts

$sql3 = "DELETE FROM temp_pass WHERE pilotID='$pilotid'";

$result3 = mysql_query($sql3)
or die("An error has occured. Please contact the webmaster with the following error: " . mysql_error());

 

What's wrong with the above code? I have a long piece of code, but I've separated every piece and all of the other pieces work BUT this one. I've been at it for hours on end. Thanks guys.

Link to comment
https://forums.phpfreaks.com/topic/243529-delete/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.