After installing PHP, you have to change the settings in your Web server to make it aware of PHP. Just installing PHP in windows does not do this. Are you using IIS v5.0? If you are, I can let you know how to make PHP work with
IIS 5.0
malcolm wrote:
Hi, I have installed both CGI and ISAPI interpreters (php4) under Win 2K, IIS 5.0, CGI works fine, but the ISAPI version gives the following error when I try to load a page:
Warning: Failed opening 'd:\inetpub\wwwroot\php_test.php' for inclusion
(include_path='E:\WINNT\system32;E:\WINNT;E:\WINNT\system32\inetsrv;F:\Program Files\PHP\SAPI') in
Unknown on line 0
Thanx in advance for any help!!
malcolm