PHP

PHP Ini File

Posted on:

Sometimes when you are using php you need to change some of the settings, this can be done by using the ini file. Before you change anything in the ini file you should check the phpinfo. This can be done by creating a file containing <?php phpinfo(); ?> and then […]