Re: [PHP] Re: Permission denied, although permissions are right

2001-12-13 Thread Wim Godden
So there's no way for me to open that file ? It's generated as zapman and I can't change that... Any ideas or tricks to get around the protection without causing a big security hole ? Fred wrote: > Your PHP script may be owned by zapman, but it is run as nobody. Therefore > your file that you

[PHP] Re: Permission denied, although permissions are right

2001-12-12 Thread Fred
Your PHP script may be owned by zapman, but it is run as nobody. Therefore your file that you need to access also needs to be owned by nobody. Fred Wim Godden <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I'm trying to open a file (using fopen) in t