escape($_REQUEST['search']) : '' ; $brand->read_brands_offered_model($search, $db); } else if($apiKey === '6019050878857325' ){ $search = isset($_REQUEST['search']) ? $db -> escape($_REQUEST['search']) : '' ; $brand->read_brands_offered_model_no_limit($search, $db); } else { $return_arr["message"]=" You are not allowed to do this action."; echo $return_arr["message"]; return; } } else { $return_arr["message"]=" You are not allowed to do this action."; echo $return_arr["message"]; return; } ?>