Is my query right?

Do I have the proper syntax for the below query…?

mysql_query("DELETE FROM [I]table[/I] WHERE `ID` = $row");

I’m trying to remove an entry from table based on whether the PHP variable “$row” matches ID. Right now, it works, but I seem to remember writing similar queries in the past that were written incorrectly.

Feel free to provide any insight into this, too. I’m no MySQL guru by any means. :confused:

looks okay to me

if you can, go dig up one of your queries from the past that didn’t work, and let’s have a look at how it differs…