I've been writing php apps using php for a while in wamp. Now I'm installing PHP & apache separately on my work PC. I've installed PHP 5, and the latest apache. I go to localhost and see it works! now I add a file called test.php which displays:
<?php
phpinfo();
?>
but in the browser it just displays plain text. Is there somewhere I have explicitly tell it to use PHP5?
Thanks a lot