i wrote a quick php script to see if php is supported.
<html>
<head>
</head>
<body>
<?
phpinfo();
print "php roks";
?>
</body>
</html>
if it's not supported, i would expect, that code to appear as text, but instead i got a bank page as if what in between the php tags is ignored.
this server runs asp pages so i assume its' a microsoft box, but i thought php could be used on a MS server.