hi
I need urgent help on this please....
i am a newbie in PHP.
i am using php on windows and IIS 5.1
i am working on counter module for website...
i have a text file that contains the count. what i have to do is read the count value from the file, add 1 and again write back to the file...
the problem is as i execute the page on IE7 i am getting an error message:
Warning: fopen(counter.t xt) [function.fopen]: failed to open stream: Permission denied in C:\Inetpub\wwwr oot\WebSite\fro nt.php on line 25
this issue is when i open the file in 'w' write mode, whereas in 'r' read mode its working.
search google for this issue and accordingly set permissions/security for everyone, iusr_machinenam e...
i also tried creating virtual directory in iis and gave all permissions...
the 'safe_mode...' is also set to 'off'
still i am facing the same issue.
thanks in advance
I need urgent help on this please....
i am a newbie in PHP.
i am using php on windows and IIS 5.1
i am working on counter module for website...
i have a text file that contains the count. what i have to do is read the count value from the file, add 1 and again write back to the file...
the problem is as i execute the page on IE7 i am getting an error message:
Warning: fopen(counter.t xt) [function.fopen]: failed to open stream: Permission denied in C:\Inetpub\wwwr oot\WebSite\fro nt.php on line 25
this issue is when i open the file in 'w' write mode, whereas in 'r' read mode its working.
search google for this issue and accordingly set permissions/security for everyone, iusr_machinenam e...
i also tried creating virtual directory in iis and gave all permissions...
the 'safe_mode...' is also set to 'off'
still i am facing the same issue.
thanks in advance
Comment