Creating a PHP info page

All you need to do is paste the following into a file in a web-content directory (typically phpinfo.php or info.php):

<?php
phpinfo();
?>

AttachmentSize
phpinfo.php.txt49 bytes
Submitted by jkelly on Fri, 2006-08-11 10:44. categories [ | ] login or register to post comments