This line
$fp = fopen("logs.php", "a");
gives me the following error
Warning: fopen("logs.php","a") - Permission denied in c:\inetpub\wwwroot\bc\BC.php on line 279
PHP Warning: fopen("logs.php","a") - Permission denied in c:\inetpub\wwwroot\bc\BC.php on line 279
I am running IIS 5.1 on Windows XP and as far as I know there is no CHMOD command... the file in question is set to Read and Write using the properties sheet in IIS options.
I think it might be somthing to do with user access, anonymous login account is IUSR_COMPUTERNAME but I dont know what option I should be changing (if thats the problem) also I only want to change the access to that file and not to the whole site (I dont really want to give write access to every file in the directory)
Thanks
Serevinus