I'm sure this is a really easy fix, but I can't get php to work properly. i installed apache 2.2.9 and php 5.2.6 following the instructions on the sticky, and created the index.php file as the sticky states. When i open it up in my browser (firefox) it opens correctly and gives me loads of info about my php installation. But firefox doesn't seem to able to read php files properly.
when i open a php file with this code in it:
<html>
<head>
<title>Hello World!</title>
</head>
<body>
<?php
print "Hello World!<br />";
print "Goodbye.<br />";
print "Over and out.";
?>
</body>
</html>
i get this is my web browser:
"; print "Goodbye.
"; print "Over and out."; ?>
Can anyone tell me where I am going wrong? i am running Windows Vista, if that helps
Sorry for the long post