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 ') order BY manufacturers_name' at line 1
SELECT DISTINCT p.manufacturers_id, manufacturers_name, manufacturers_image, manufacturers_type FROM products p, products_to_categories ptc, manufacturers m WHERE p.products_id = ptc.products_id AND p.manufacturers_id = m.manufacturers_id AND ptc.categories_id IN () order BY manufacturers_name