|
-
Feb 15th, 2004, 01:00 PM
#1
Thread Starter
Member
How to chmod files on IIS?
Hi, im totally new to php programming. Im trying to make a simple counter that:
1. Reads number of visists from a file.
2. Increase the number by one.
3. Write to file the new number.
But when im trying to load the "counter.txt" file with "r+", it´s say: Permission denied...
Im have tried to use:
chmod ("counter.txt", 0777);
But then again: "Permission denied".
How can i give permission to modify that textfile?
I don´t belive i got a ftp account to my iis server so connecting with a ftp client is not a option...
Unless someone know who to add ftp support.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|