[PHP] About fopen() for write and PHP settings

2003-07-13 Thread George Papatheodorou
First of all I apology for my poor use of English of my newbish(?) questions because I didn't find any solutions the first time I e-mailed this list. What my problem is: I am on a server that has these configurations like these: http://kainga.quasarnet.org/php.php . Let's say my username is user1 a

RE: [PHP] about writing permissions

2003-07-08 Thread George Papatheodorou
was only as an example) and then the script worked. I still wonder why this occurs and if there is any solution to it. Arty2 -Original Message- From: Martin Hudec [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 5:32 PM To: George Papatheodorou Cc: [EMAIL PROTECTED] Subject: Re

[PHP] about writing permissions

2003-07-08 Thread George Papatheodorou
I noticed that in all versions before php5 (I haven't seen this one yet), a script cannot open a file for writing mode is the file's owner is different from php's owner. Eg when php's owner is apache and test.php's owner is user1, user1's script cannot write in test.php but it can write to test2.p