I have searched and searched, mysql.com, php.net, here and others, and I just can't find what I did or didn't do for this error.
Oh and what does it mean when it says unexpected "\"?
Probably there is one that shouldn't be?
The new error I is this:
parse error, unexpected T_CONSTANT_ENCAPSED_STRING
line 5. not sure where that is...anymore ....LOL
<?
$db = mysql_connect("localhost", "xxxx", "xxxx");
mysql_select_db("whoppers",$db)";
print("<h2>Got some cash? Items OVER $4000!!!</h2><p>");
$result = mysql_query ('SELECT desc, upc, buyurl, cat, inventory, name, page_url, price,
image_url, category_url, COUNT () AS price FROM whoppers WHERE price = 99.99
GROUP BY name, price HAVING COUNT() > 1 ORDER BY price =>99.99 LIMIT 0,10');