How do this line in mysql any make and any model

finally worked by removing all this

LEFT OUTER JOIN make m

			 ON m.make_parent = $make AND c.model = m.ID 

this due here $searchCondition referred again the $make so disabled and worked… thks for the help