Hello,
I am having a problem with PHP files. I have installed the files for running PHP but when I create a sample file:
--------------------------
<html>
<body>
<?php
echo "Hello World";
?>
</body>
</html>
--------------------------
The webpage shows up blank and the source shows the same thing displayed above.
i followed the instructions on how to setup PHP from:
http://www.flmnh.ufl.edu/linux/install_apache.htm
is there something i am missing that needs to be setup?
Computer OS is Fedora 10