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 6

select a.categories_name, a.categories_id, d.products_materials, d.products_medium,d.products_name from categories_description a, manufacturers b, products c ,products_description d where a.language_id = 1 and b.manufacturers_prod_id = a.categories_id and b.manufacturers_id = c.manufacturers_id and c.products_id = d.products_id and d.language_id = 1 and c.products_id =

[TEP STOP]