Hello! This is my first post so please be gentle :). I am also very new to PHP (a lethal combination, I know...). I have a problem with the following PHP script (uploaded as 'test.php' to 'public_html'):
<html>
<body>
TESTME!
<?PHP
phpinfo();
?>
</body>
</html>
If you go to...