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 ') AND p.products_status>0 GROUP BY p.products_id ORDER BY p.products_id DESC ' at line 2
SELECT p.*, m.* FROM products p, manufacturers m, products_to_categories p2c WHERE p.manufacturers_id=m.manufacturers_id
AND p.products_id=p2c.products_id AND () AND p.products_status>0 GROUP BY p.products_id ORDER BY p.products_id DESC LIMIT 12
[TEP STOP]



