'.$result['term_id'].'
'.htmlspecialchars($result['name'], ENT_QUOTES, 'UTF-8').'
';
}
$text = '
'.$search_input.'
'.intval($elements).'
'.$suggest_list.'
'.$text.'
';
echo $text;
exit;
function falseResponse($error){
$text = '
false
'.$error.'
';
echo $text;
exit;
}
?>