I installed ISAPI PHP on my Windows 2003 Standard Machine and whenever I try and execute a PHP file I get the following errors:
Warning: Unknown(<filename here>): failed to open stream: Permission denied in Unknown on line 0
Warning: (null)(): Failed opening <filename here>): ' for inclusion (include_path='.;c:php4pear') in Unknown on line 0
i've checked the Permisisions and made sure that IUSR_XXX and IIS_XXX have Read & Execute, List Folder, Read permissions.
What boggles me most is that no such directory (c:php4) exists; I have it set as c:php. Also, my PHP.INI has it set to c:php and not c:php4 as listed
Any help at all is apprecaited!