quick easy way to tell if your host supports PHP..

PHP Code:
<?php
phpinfo
();
?>
Save that bit of code to a file called, say ermm TEST.PHP and upload it to your host, load it up in your favorite browser, if your host is PHP enabled you should see a massive list of PHP varibles..

-scoob8000