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_id = ptc.products_id
and ptc.categories_id
select cd.categories_name from products p, products_to_categories ptc, categories c, categories_description cd
where p.products_id =
and p.products_id = ptc.products_id
and ptc.categories_id = cd.categories_id
and c.categories_id = cd.categories_id
and c.parent_id =23
and cd.language_id = 4
and cd.filtre_hidden = 0
[TEP STOP]