I created a new file 'myfirst.php' in 'C:\Inetpub\wwwroot' with code -
Code: Select all
<?php echo "Hello"; ?>But, when I double-click the file icon the code is displayed as it is in the browser.
How can I get the correct output? Is there some problem in linking with IIS? Please help.