Navigation

Views

Search
 

Toolbox

How do I create a php info page

From Documentation

Revision as of 16:32, 21 November 2006; view current revision
←Older revision | Newer revision→

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(); 
?>

You will then need to save it, upload it, and send a link to the support staff with its location.