PHP information

To view your current version of PHP you will create a php file, for example info.php, and place the file in your public_html folder.
In the file you will add the following code...
<? phpinfo(); ?>

Then view the new file in your internet browser via www.yourdomainname.com/info.php




  • 347 Users Found This Useful

Was this answer helpful?

Related Articles

InnoDB: Error: Attempted to open a previously opened tablespace. Previous tablespace

When receiving the error     "InnoDB: Error: Attempted to open a previously opened tablespace....

Error 500 - Internal Server Error - PHP

This can be due to several factors. The first thing to check is that the permissions on the file...

What port is MariaDB - MySQL on?

MariaDB / MySQL is on Port 3306.      

What is the path to PHP5?

We are currently running the latest stable version of PHP5. /usr/bin/php

How do I update my version of PHP?

PHP needs to be updated. What do I do?We make changing your version of PHP easy. Simply login to...