phpinfo

In the phpinfo.php page you can see the PHP version at the top of the file, and you can find the current version of MySQL.

You can also use phpinfo to check php settings like safe_mode and register_globals.

How? Create a file named 'phpinfo.php' in the public_html folder of your site and insert the following code:

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Register Globals and other php settings

To turn register globals off, you will need to create a php.ini file in the folder where the...

PHP setting limits

PHP has been configured to use the following settings on our shared and reseller servers:safe...

PHP 5.2 or 5.3 or 5.4 or 5.5 or 5.6

All our servers support (i.e. are capable of running) PHP 5.2 , PHP 5.3, PHP 5.4, PHP 5.5, and...

What version of PHP are you using?

All our servers support (i.e. are capable of running) both PHP 5.2 and PHP 5.3. The default...

Powered by WHMCompleteSolution