I've just activated web space with my ISP. I asked if PHP was supported, and they say that PHP 2 is definately supported (thats right, PHP 2). But I made a site called test.php with the very simple code
<HTML>
<HEAD><TITLE></TITLE>
</HEAD>
<BODY BGCOLOR="#C0C0C0" TEXT="#FF0000">
<center>
There should be more text below this line.<br><br><br>
<?php
echo "testing";
?>
</center>
</BODY>
</HTML>
You can have a look for yourself if you like - http://home.thezone.net/~longb/test.php
When you load this page, view source - the php is still there. The server seems to be completely ignoring the php, just printing it as it would any old html. This tells me that php is not supported. I tried phpinfo(); but the same thing happened - nothing!!! Anything between the <?php ?> tags is completely ignored, but still there when you view source. So am I right in assuming php is not supported? I've brought this question to my ISP, but they are near impossible to deal with and have not answered my question at all. I'm waiting on a reply from a supervisor now.
Thanks.