I installed Wampserver on my machine and everything else seems to be working well except that scripts on html pages are not being executed by the server. I previously had Apache 2.0.59 and still experienced the same problem.
E.g on the code below:
<html>
<body><?php
echo "Hello World";
?>
My name is Dorc
</body>
</html>
The result I am getting on the browser is 'My name is Dorc' and the 'Hello World' is not being executed. I get the same result using ASP. What can I do to solve this problem