ÿþ<html><head><title>weee</title></head> <body> <?php /* Does my host have PHP, and if so, what version? */ print ("Your host is running PHP version %s"); ?> <p> Example of output:<br> Your host is running PHP VERSION 3.0.7 </body> </html>