Does PHP work?

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

To run the WXSTICKER script, you need GD enabled in PHP.\n"; echo "
Current GD status:

\n"; echo describeGDdyn(); // 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." above, then PHP is not enabled.