Then I would have to say that is/was the easiest thing
for me today. I have been working on one script (my first true)
since 2 pm today. I still have errors.
LOL
I went bald, drank a 12-pk, threw out the books, went back and got them, turned the pc off, on, off, on.
Almost quit, but can't....does it get easier?
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');