How can I find out about the php settings for my hosting?

Comprehensive FAQ system

If you are looking for answers then you've come to the right place. Our indepth FAQ system provides information on many web related subjects aswell as providing answers to common queries relating to domain names and web hosting.

How can I find out about the php settings for my hosting?

Create a simple file called information.php in the root of your ftp directory like this:

<?php
phpinfo();
?>

Go to http://[your-domain]/information.php

It will tell you all the php settings on the server.

For more information visit: http://www.php.net/phpinfo