Re: [PHP] fopen() and persmissions

2001-05-11 Thread Jason Stechschulte
On Thu, May 10, 2001 at 10:42:10PM -0300, Christian Dechery wrote: > as I've seen PHP running as Apache module cannot create or update files... > it gives me 'permission denied'... > so I've tried these solutions: > > * fopen("ftp://user:[EMAIL PROTECTED]/directory/newfile.ext","w";); > this actu

[PHP] fopen() and persmissions

2001-05-10 Thread Christian Dechery
as I've seen PHP running as Apache module cannot create or update files... it gives me 'permission denied'... so I've tried these solutions: * fopen("ftp://user:[EMAIL PROTECTED]/directory/newfile.ext","w";); this actually works... but only for "w"... if I wanna update this file, like "a", it