How to Create a phpinfo PHP page for troubleshoot purposes
Sometimes the programmers at
DataFeedFile.com (DFF) need to help troubleshoot a problem on Affiliate's web server hosting.
By creating a PHP file containing the following line, we will be able to see the settings on your PHP script interpreter. Which will help us double check for many PHP requirements such as the PHP include functionality, security settings, etc...
Here are the steps to do to create a phpinfo file:
- Create a new php file and name it DFF_phpinfo.php
- Edit the new file DFF_phpinfo.php using a text editor or online text editor.
- Enter the following source code lines:
-
- Save your changes for that file.
- Send us the URL where DFF staff / programmer can access that file from the internet.
There are no comments on this page. [Add comment]