Knowledge Base
Knowledge Base
Glossary
Glossary
Videos
Videos
Community Forums
Forums
Bug Reporting
Bug Reports
Search KB
Search KB

How do I create a php info page

If you are having troubles some times a member of the support staff will ask you to create a php info page. This is just a standard php file with the following code in it:

<?php  
phpinfo();   
?>