i have simple php file stored under C:\Inetpub\wwwroot and below is the 1 line code in the info.php file:
<?php phpinfo(); ?>
when I try to access this file by typing http://localhost/info.php into the IE address bar I get a message for file download saying "Do you want to open or save this file?"
whats going on here?
Is PHP installed and is your web-server configured to send *.php files to be processed by PHP? (If you just installed PHP and configured the web server, perhaps you just need to restart the web server?)