Simple phpinfo()

PHP allows you to grub information from the server with simple functions as phpinfo():

<?php
   phpinfo();
?>

~ by angrybee on December 25, 2007.

Leave a Reply

You must be logged in to post a comment.