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.