Hi,
I'm working on a program to work with files and I need to open
a file for reading, close it and then reopen it for writing.
However, when I try to reopen the file for writing,
it shows the following warning message:
Warning: fopen("total.txt", "w") - Permission denied in D:\HTTP\test.php on line 30
and of course after this I get warnings for all the other calls, like fputs() and fclose().
😕
I appreciate any help,
tnx