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 '&products_id=' at line 1

select pd.products_ukv,p.products_type,products_name,manufacturers_name,categories_name,parent_id from products_description pd left join products_to_categories p2c on p2c.products_id=pd.products_id left join categories c on c.categories_id=p2c.categories_id left join categories_description cd on cd.categories_id=c.categories_id left join products p on p.products_id=pd.products_id left join manufacturers m on m.manufacturers_id=p.manufacturers_id where p.products_id=cPath=&products_id=

[TEP STOP]