That worked Pualnj, thanks....but I don't understand?
I have some other statements that do not have single quotes:
@mysql_query("DELETE FROM specials WHERE special_id = $special_id LIMIT 1") or die('Could not delete resort: '. mysql_error());
but in these $special_id is an integer...is that why those work?