Results 1 to 1 of 1
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 ...
- 12-20-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 2
PHP Does not work properly in fedora 14
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.


Reply With Quote