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 p2c.products_id = pd.products_id and p.products_id = pd.products_id and p.pr' at line 1
SELECT pd.products_id, pd.products_name, p.products_image FROM products_description pd, products_to_categories p2c, products p WHERE p2c.categories_id = and p2c.products_id = pd.products_id and p.products_id = pd.products_id and p.products_status = 1 ORDER BY p.products_id desc LIMIT 3