Jump to content

[SOLVED] Is there something wrong with this code?


kevincro

Recommended Posts

yep.. should be

mysql_query("DELETE from  `contactinfo` WHERE Submission_Number = 1 ");

 

infact, this would be better (will tell you the error)

mysql_query("DELETE from  `contactinfo` WHERE Submission_Number = 1 ") or die(mysql_error());

 

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.