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.php which is owned by apache. Is there any
solution to this problem? (except making apache own all files). Sorry if
my question is kinda newbish or stupid and sorry for my poor english
too. Thank you in advance.
 
Arty2

Reply via email to