Saturday 26 June 2010

PHPinfo - Get Information about PHP version

Create a a php file ('test.php') with notepad and write the following code:

phpinfo();

Upload the file on your server, and open it via a browser to get access at all the information.

For example you may find: Configuration File (php.ini) Path

No comments:

Post a Comment