i recently discovered php, from a mentioning of it somewhere, and I've been tinkering around with it. Except that it doesn't seem to work.. at all, heres the code
<HEAD>
</HEAD>
<BODY BGCOLOR="#EEEEFF" text="black">
<?
echo "hello";
?>
</BODY>
Now that doesn't produce anything but a blue empty page. I know its not the browser (IE 4 for mac), because i've seen it work with example scripts. So I think that php is not enabled in the web sharing server. So does anybody know if theres an easy way to enable it? Web server gives control of MIME types and actions. If all else fails I can try to install php on a server on my PC, but my PC is being constantly restarted whilest I play games on it, and I don't think that an unstable server like that is a good choice.