Does PHP work?

Yes, it does. Your server has PHP Version " . phpversion() .""; echo "

Current GD status:

\n"; echo describeGDdyn(); echo "

Home Directory: " . getcwd() . "

"; // Retrieve information about the currently installed GD library // script by phpnet at furp dot com (08-Dec-2004 06:59) // from the PHP usernotes about gd_info function describeGDdyn() { echo "\n"; } function yesNo($bool){ if($bool) return ' yes'; else return ' no'; } ########################################################################### ?>

If you don't see "Yes, it does." in large font above, then PHP is not enabled.

For most Graphic scripts to run, you must see GD support with YES

For scripts that require TrueType support, it must say YES for the line FreeType Support

Below is the output of detailed info about your servers support for PHP. It is HIGHLY suggested that after you are done viewing this script that you either remove it as it could be used by an unwanted visitor to see configuration information about your server that you would not want them to know

phpinfo