error when opening php page
Posted: Tue May 27, 2008 8:25 pm
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?
<?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?