html embeded php code not executing when hosted on iis
- by Jack
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<TITLE></TITLE>
</HEAD>
<BODY>
<?php echo '<p>Hello World</p>'; ?>
</BODY>
When I run the above code in browser, firefox render it like this
Hello World
'; ?
I am doing my coding…