Many tutorials on this site will ask you to create a phpinfo file to find specific information like what version of PHP you have etc…
Creating a PHP info file is quite easy
- Create a new file and name it phpinfo.php.
- Paste the following into your new file:
- Upload the new file to your website’s public_html directory.
- To access your phpinfo file, open a web browser and visit http://www.yoursite.com/phpinfo.php

