Ok, I've uploaded my php "hello world" script(For testing purposes) through ftp and I when I go back into my webshell I now have a php icon (which I assumed was a sign it worked) But I open that file to view it and it's blank?!!! Here's the code I'm using:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
What is wrong with this? I know the code is right. And I'm pretty sure I've uploaded everything right. What is wrong?
