Re: [PHP] using fopen, but warned "permission denied"

2001-01-30 Thread Brian Clark
Hello Zenith, (Z == "Zenith") [EMAIL PROTECTED] accounted: Z> I installed my php + apache in my linux box, with compiled the php as an Z> apache module. any my web server is run as nobody ( by default ). Z> However, I was warned with "fopen("tester.db","w") - Permission denied" Z> I can on

[PHP] using fopen, but warned "permission denied"

2001-01-30 Thread Zenith
I installed my php + apache in my linux box, with compiled the php as an apache module. any my web server is run as nobody ( by default ). I try to write some php script in my home directory, in which, I use the fopen call. However, I was warned with "fopen("tester.db","w") - Permission denied"