[PHP] fopen(fd, w) doesn't work?

2001-08-01 Thread Ibrahim Noor
Dear all, I'm newbie with PHP, but it so nice for me. I tried to create file by fopen(fd, w) function, but it didn't work. Permission Denied, server said. I tried with fopen(ftp://user@pass:ftp.server.com/test.txt;, w) the address I changed according to my server host, but once again server

Re: [PHP] fopen(fd, w) doesn't work?

2001-08-01 Thread mike cullerton
on 8/1/01 8:39 AM, Ibrahim Noor at [EMAIL PROTECTED] wrote: I tried to create file by fopen(fd, w) function, but it didn't work. Permission Denied, server said. maybe you (the user your script is running as) don't have permission to write the file? -- mike cullerton -- PHP General