resource(224) of type (mysql link)
int(1064)
string(226) "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 products_mfg_part_number="mID" ORDER BY maker_name' at line 6"
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 products_mfg_part_number="mID" ORDER BY maker_name' at line 6
in:
[SELECT *,REPLACE(REPLACE(pd.products_installation_notes,"
","") as products_installation_notes_clear FROM make_to_categories m2c
INNER JOIN products_description pd ON m2c.products_id=pd.products_id
INNER JOIN products p ON m2c.products_id=p.products_id
INNER JOIN model ON model.model_id=m2c.model_id
INNER JOIN maker ON m2c.maker_id=maker.maker_id
WHERE m2c.products_id IN()
AND products_mfg_part_number="mID" ORDER BY maker_name,model_name ASC]