SELECT *
FROM `products`
WHERE `productCategoryID` = '1'
AND `productOnline` = '1'
ORDER BY `productCategoryID` DESC
Error 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