PDA

View Full Version : Installing PhP & Mysql


newskooluser
29th November 2007, 20:38
Are Php & Mysql installed from the original install....? If not, how would i install them...and test to make sure it works...

thanks guys for taking a look

newskooluser

dschmid
29th November 2007, 20:44
Which original install?
Which distribution are you using?

newskooluser
29th November 2007, 20:49
i followed the steps from here for installing the perfect fedora 7 server.

dschmid
29th November 2007, 21:04
I'm not using fedora 7 but on page 2 in the tutorial
http://howtoforge.com/perfect_server_fedora7_p2
you have installed apache and mysql.
You can put a php file in your webroot folder to test it make a new file with this
content:


<?php
phpinfo();
?>

and name it info.php. Then open up a browser and go to
yourip/info.php
When a PHP Info page is showen then you have php enabled.