Hello
Could someone help. I am unable to access any .php pages that I upload to the web site, even the very basic page
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
at http://www.4theppingscouts.co.uk/hello.php
I always get the...