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
www.cash4games.x10hosting.com/test.php
everything works. If you try it on:
www.cash4games.uni.cc/test.php
it displays 'PX1'. I think I have configured my .uni.cc domain correctly (HTML page works correctly).
What am I doing wrong and what does this 'PX1' mean?
<html>
<body>
TESTME!
<?PHP
phpinfo();
?>
</body>
</html>
If you go to
www.cash4games.x10hosting.com/test.php
everything works. If you try it on:
www.cash4games.uni.cc/test.php
it displays 'PX1'. I think I have configured my .uni.cc domain correctly (HTML page works correctly).
What am I doing wrong and what does this 'PX1' mean?