Loma-Frank wrote:
But where can I find that - php.ini - actually ?
- Create a simple php file...I generally call mine:
-
- phpinfo.php
-
- with the following code in that file:
-
- <?PHP
- phpinfo();
- ?>
-
- Then access the file sitting on your webhost from your browser. If PHP has been installed properly, you will see a lot of information about your particular PHP install. That information will include:
-
- Configuration File (php.ini) Path
-
- which will tell you where your php.ini file is located.