Hello, I used the guide on this forum to setup Apache and PHP. Followed it perfectively (at least I think I did).
Now my problem:
Here is the code:
<html>
<head>
<title>My First PHP Page</title>
</head>
<body>
<?php
phpinfo();
?>
</body>
</html>
When I run it through Firefox it only shows the code, when ran through IE it doesnt show anything.
If anyone could help it would be great.
Thanks!