A Database Error Occurred
Error Number: 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 '' at line 5
SELECT * FROM manufacturer, model, details WHERE (model.details_id = details.id) AND (model.manufacturer_id = manufacturer.id) AND model.id =