Navigation

Views

Search
 

Toolbox

How do I create a php info page

From Documentation

(Difference between revisions)
Revision as of 14:28, 9 June 2006
Admin (Talk | contribs)

← Previous diff
Current revision
Admin (Talk | contribs)
(Reverted edits by Trinexx (Trinexx); changed back to last version by Admin)

Current 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.