Header Ads

PHP - Where To Find And Edit php.ini File

1.     Open a plain text file and add the following lines, and save.
    <?php
              phpinfo();
    ?>
2.     Save the file with .php extension, eg: "info.php".

3.    View the file in your browser, eg: http://localhost/info/info.php

4.     Find "Loaded Configuration File".




5.    Edit this file.




No comments