|
First of all... This is an HTML page. you need to save it as index.php, rather than index.html. Second, "<?php echo "TEST"; ?>" is in the head. If you want it to show up, you need to have a *.php page and put your code in the "<body>" of the document.
Micah
|