Try naming your file temp.php instead of temp.html ---------- START CODE ----------
<? $message = "Hello World"; ?> <html> <body> <? echo "$message"; ?> </body> <html> -------- END CODE --------- Regards, Chris --------------- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php