<?php 

#
# Display the header
#
echo "<h1><center>Testing the PHPINFO () function</center></h1><br>\n";

#
# Test the PHPINFO () function
#
phpinfo (INFO_ALL);

?>