You are Here: FAQ ->Scripting and Programming Languages->PHP->Article #3


WebHosting 5.0 This article is for 1&1 Linux WebHosting only.


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


Print Article
How useful was this article?
(From 5 = Very Useful to 1 = Not useful at all):
1 2 3 4 5