Search Our Database

How to check my PHP version and Installed Modules

Last updated on |
by

To check what is the PHP version in your server and what modules are installed, simply use FTP or File manager to:

1. Create a file test.php in the public_html folder

2. Put in the following PHP script in test.php and save it:

<?php
phpinfo();
?>

3. View the test.php in your web browser at http://yourdomainname.com/test.php