Jan 8, 2013

// // Leave a Comment

Locate PHP configuration file

Locate your php.ini location

1.Create a new file say version.php
2.Type in the code
    <?php
        echo phpinfo();
    ?>

3.Save the file.
4.Upload to your web server and access the same file using the web url.
5.Check for 'Loaded Configuration File'  section and you will see the location where php.ini is saved.
Share on:

0 comments:

Post a Comment