Hi..,
I'm using fedora 14. And I have installed apache, PHP and MySQL. I tried testing PHP with phpinfo(). But when I view it view my browser (localhost/test.php) it just shows the code itself insted of displaying the phpinfo page.

This is the content of my test.php page.

<?php
phpinfo();
?>


Please help.
Thanx.