You are Here:
FAQ
Scripting and Programming Languages
PHP
Article #3
|
How can I check the PHP settings on the server?A very easy way of doing this is to create a file named "check_info.php" or "check_info.php5" or "check_info.php3". Insert the following line in it: <? phpinfo(); ?> Then run this file in your domain, i.e. http://www.mydomain.com/check_info.php Click on the following link to see an example of what phpinfo() will look like: check_info.php Settings for PHP 3 can be checked at check_info.php3 Settings for PHP 4 can be checked at check_info.php Settings for PHP 5 can be checked at check_info.php5 |
© 2008 1&1 Internet Inc - About 1&1 Internet