Im running apache 2.2.4
PHP 5.2.2
and Windows Vista/XP (Installed on both)
I'm sure this is going to be something simple, but hours of looking hasn't turned anything up yet.
the following is in an .html file
Code: Select all
<html>
<body>
<?php
echo "Hello World";
?>
</body>
</html>I used the alternative, <script language = "PHP"> with similar results.
PHP is installed properly as using phpinfo() works correctly from a .php file.
Any help would be greatly appreciated.