Does your server support php? Also, some hosting services require that
any file with php in it must end with .php ... At least, those are my
two guesses...
Larry Chu wrote:
<html>
<head><basefont face="Arial"></head>
<body>
<h2>Q: This Creature can change color to blend in with its surroundings.
What is its name?</h2>
<?php
// print output
echo '<h2><i>A: Chameleon</i></h2>';
?>
</body>
</html>
--
Mike Shanley
~you are almost there~
"A new eye opens on March 5." -Omniversalism.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php