According to PHP.net, the querystring should not end with a semicolon.
http://us4.php.net/mysql_query
Backticks are optional around table/field names (since he changed the field names to nonreserved words) but they won't hurt anything.
Single Quotes around values are a must though (except on numeric values, but it's still ok to use them).