Product not found!
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=pd.products_id' at line 1
SELECT p.products_id, pd.products_name from products p, products_to_categories ptc, products_description as pd WHERE p.products_status != '0' AND p.products_id = ptc.products_id AND ptc.categories_id = AND p.products_id=pd.products_id
[TEP STOP]
SELECT p.products_id, pd.products_name from products p, products_to_categories ptc, products_description as pd WHERE p.products_status != '0' AND p.products_id = ptc.products_id AND ptc.categories_id = AND p.products_id=pd.products_id
[TEP STOP]




