Installing PhP & Mysql

Discussion in 'HOWTO-Related Questions' started by newskooluser, Nov 29, 2007.

  1. newskooluser

    newskooluser New Member

    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
     
  2. dschmid

    dschmid New Member

    Which original install?
    Which distribution are you using?
     
  3. newskooluser

    newskooluser New Member

    Fedora 7

    i followed the steps from here for installing the perfect fedora 7 server.
     
  4. dschmid

    dschmid New Member

    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:

    Code:
    <?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.
     

Share This Page