escape($_REQUEST['affiliationsCategory']) : '' ; $search = isset($_REQUEST['search']) ? $db -> escape($_REQUEST['search']) : '' ; $affiliations->read_affiliations_content($search,$affiliationsCategory,$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; } ?>