This topic is locked
[SOLVED]

 View in Browser

7/22/2011 2:48:26 PM
PHPRunner General questions
D
dougperk author

I have created my first PHP project and proceeded to click 'View in Browser'. All I get is a file named menu.php to which to download. Opening the file, I can see the code. But it will not display in my browser. I have XP Pro, and IIS is started. What else must be running in order for my browser to display this file.
As a note, the project was created using 'Connect to Remote MySQL Database'. So the data is not on my local XP machine. However, I don't believe that is the problem. I am assuming that either my browser or iis is not configured to view .php files.
All suggestions will be appreciated.
Doug

Sergey Kornilov admin 7/22/2011

You need to install PHP from http://PHP.net. Better yet install XAMPP which is Apache, PHP, Mysql in one package. Check instructions at http://xlinesoft.com/phprunner/docs/how_to_install_local_server.htm

D
dougperk author 7/23/2011

Thanks for helping a newbie out. Preview is now working.

Doug