Using the phpinfo() Function If you're unsure where you're php.ini file is located, you can use the phpinfo() function to see all the settings of your PHP configuration including the config file directory. Create a new file called phpinfo.php and add the following code: Upload that file anywhere on your website and call it up in your browser.
Customizing your PHP.INI file If you need a copy of the php.ini file, just contact our tech support and request for a copy, or you can create your own php.ini file using any text editor. If you create your own php.ini file, see samples of the command lines: register_globals = On Many other command lines can be added in order to customize your PHP settings or you can just get a copy of the php.ini file from the server and modify it accordingly. |