header('Content-type: text/html; charset=ISO-8859-1'); $string = "Matt ΐ΄s Test Output!"; if (isset($_GET['ajax'])) { print $string; } else { ?>