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 '' at line 12

SELECT a.products_id as pID, b.products_name FROM products a JOIN products_description b ON a.products_id = b.products_id AND b.language_id = '1' AND a.products_id =

[TEP STOP]