Hi i have a strange problem with files.
I can:
-create an empty file
-overwrite an other file (becoming empty)
-append strings to existing files.
but i can´t:
write to a new created or empty file.
there must be at least one char in the file,
otherwise it just stays empty even when i fputs() something in it.
Could that be a rights problem?
i am running apache/php/linux newest versions....
Tnx
ww