How to check my PHP version and Installed ModulesCreated OnMarch 16, 2021Last Updated OnMarch 16, 2021byWesAdmin Print < Back to the Title Topic How to check my PHP version and Installed Modules 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