1064 - 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 '-10, 10' at line 1
SELECT p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_image, s.specials_new_products_price FROM products AS p, products_description AS pd, specials AS s WHERE p.products_status = '1' AND s.products_id = p.products_id AND p.products_id = pd.products_id AND pd.language_id = '1' AND s.status = '1' ORDER BY s.specials_date_added DESC LIMIT -10, 10
[TEP STOP]
|