quick easy way to tell if your host supports PHP..
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..PHP Code:<?php
phpinfo();
?>
-scoob8000




Reply With Quote