Invalid Query?
Posted: Sun Apr 15, 2007 8:33 am
Code: Select all
SELECT *
FROM `products`
WHERE `productCategoryID` = '1'
AND `productOnline` = '1'
ORDER BY `productCategoryID` DESC
Works in PHPmyAdmin, wont work in PHP, any ideasError Reporting wrote: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `productOnline` = 1' at line 4