This is a very strange problem for me. My page is designed mostly in HTML however when I enter PHP mode and do something simple like this:
echo"Hello World";
Nothing gets printed on the screen. Upon further investigation in developer tools I get the following from the PHP statement I want to echo
<!--?PHP echo "test"; -->
What could be the problem?
<--?PHP echo "test"; -->whats this? it should be<?php echo "test";?><?PHP echo "test"; ?>