Format your code and people might be more willing to help.
Mar 31, 2017
6
Level 1
miss arrangement
this is simple route: $app->get('coursesearch/keyword/{searchitems}/limit/{limit}/misspellmatch/{misspell}/country/{country}','SearchController@fn_searchcourses');
public function ($searchitems,$limit,$misspell,$country) { echo $searchitems.$limit.$misspell.$country; }
i am expect results: searchitems(value)limit(value)misspell(value)country(value) but am getting like this : limit(value)misspell(value)country(value)searchitems(value); its collapse i dnt know why. Please help me
Please or to participate in this conversation.