I am searching for hats but I am getting the result Whoziewhatsit Creative which is not my desired result.
I am using $subsql.=" and BusType like('%".$_REQUEST["what"]."%') ";
code where $_REQUEST["what"]="hats";
and I am getting mysql error if I use a white space of the both side like $_REQUEST["what"]=" "."hats"." ";
Give me an expert solution please.