\n";
$s = "PHP functionality!";
$d = 3.08;
$y = 2011;
date_default_timezone_set('America/New_York');
echo "$nlHey - you got $s
created $d.$y
Today is: ".date("m/d/y O")." $nl";
/*
http://www.tizag.com/phpT/phpdate.php
http://php.net/quickref.php
*/
?>
If you did not see anything between this and the 'Test_PHP'
line the php interpreter is not active for this site.