PDA

View Full Version : How to create a phpinfo() page


SharkSpace_Scott
04-21-2009, 09:03 PM
Create a file named phpinfo.php in Cpanel's file manager or on your PC using a program such as notepad.

Insert the text:


<?php
phpinfo();
?>
Save and access the phpinfo.php file in your web browser.