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 c.language_id ='1'' at line 3
SELECT p.categories_id, c.categories_name, c.parent_id, c.landingpage
FROM products p JOIN categories c ON ( p.categories_id = c.categories_id )
WHERE p.products_id = AND c.language_id ='1'
[TEP STOP]
|