RE: [PHP] IIS/PWS 5 Help

2005-09-28 Thread Jay Blanchard
[snip] I've done everything and can't get PHP to run on IIS/PWS 5 on Windows 2000. If I double click on the PHP file, then the browser opens and displays my PHP script without interpreting it. What am I missing? [/snip] Did you follow the instructions here... http://us3.php.net/manual/en/install.w

Re: [PHP] IIS/PWS 5 Help

2005-09-27 Thread David Tulloh
You have to view the file through the IIS server, not directly. So once you have IIS configured to work with PHP you can access it by typing http://127.0.0.1/filename in your browser. Opening the file directly means that it doesn't get passed through the IIS server and never gets parsed by PHP.