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:
<?php
phpinfo();
?>
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
Comments
Support is not provided in the comments section. If you have a support question, please visit the PHPmotionWiz Forum. Any support questions posted in the comments below will be ignored.