PDA

View Full Version : useful function


superunison
05-14-2001, 12:17 PM
Another thing which I've found useful:
try creating a PHP script which contains only the following function call:
<?php
phpinfo();
?>

the resulting script has a whole lot of information about the PHP build on the server. it's pretty cool too.

chris