|
Thanks guys.
I wrote to my webhost, and they said that we run cgi. But they also said that it runs with our own usercredentials, so we should be able to edit the files with chmod 700. But I am not... The least I need is, as I have tested, 002 (write permission for public). And that is for writing to an existing file. First I need to create the file, which I cannot at the moment do without chmodding the whole directory to 777.
Is there some way I can set up the php script so that I am seen as the user/owner?
|