Re: [PHP] Updated (appending) a file

2002-07-02 Thread Richard Lynch
>Permission denied > >Yep. Crap. If I let PHP create the file (delete the files as they exist >now), that will give it permission (because it will have made them), right? You're getting closer, though. :-) Now your problem simply boils down to one of security and file permissions. Alas, with W

Re: RE: [PHP] Updated (appending) a file

2002-07-01 Thread Chris Earle
orta > depends if the script has write access to the directory too :) > but try and see, I guess is the best option ... > > -Original Message- > From: Chris Earle [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 4:14 PM > To: [EMAIL PROTECTED] > Subject: R

RE: RE: [PHP] Updated (appending) a file

2002-07-01 Thread Martin Towell
reply to all" > :( > > -Original Message- > From: Chris Earle [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 4:04 PM > To: [EMAIL PROTECTED] > Subject: Re: RE: [PHP] Updated (appending) a file > > > The server has error reporting turned off (can

Re: RE: [PHP] Updated (appending) a file

2002-07-01 Thread Chris Earle
quot; > :( > > -Original Message- > From: Chris Earle [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 4:04 PM > To: [EMAIL PROTECTED] > Subject: Re: RE: [PHP] Updated (appending) a file > > > The server has error reporting turned off (can I change this

RE: RE: [PHP] Updated (appending) a file

2002-07-01 Thread Martin Towell
To: [EMAIL PROTECTED] Subject: Re: RE: [PHP] Updated (appending) a file The server has error reporting turned off (can I change this even though I'm not there?)... I cannot do it with the file in my base folder either. "Martin Towell" <[EMAIL PROTECTED]> wrote in message 6416776

Re: RE: [PHP] Updated (appending) a file

2002-07-01 Thread Chris Earle
From: Chris Earle [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, July 02, 2002 3:54 PM > > To: [EMAIL PROTECTED] > > Subject: RE: RE: [PHP] Updated (appending) a file > > > > More to the point: if that relative path doesn't work, and the path is > right > > a

Re: RE: [PHP] Updated (appending) a file

2002-07-01 Thread Chris Earle
EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 3:54 PM > To: [EMAIL PROTECTED] > Subject: RE: RE: [PHP] Updated (appending) a file > > More to the point: if that relative path doesn't work, and the path is right > and the file does exist, what does that mean? > >

RE: RE: [PHP] Updated (appending) a file

2002-07-01 Thread Martin Towell
] Subject: RE: RE: [PHP] Updated (appending) a file More to the point: if that relative path doesn't work, and the path is right and the file does exist, what does that mean? -- if the php file is: mydomain.com/index.php -- and the data file is: mydomain.com/files/Names.txt -- -- then the rel

RE: RE: [PHP] Updated (appending) a file

2002-07-01 Thread Chris Earle
I didn't want to make a new post, but my "Reply -> Send" button makes Outlook crash (this isn't the web server! :)). More to the point: if that relative path doesn't work, and the path is right and the file does exist, what does that mean? -- if the php file is: mydomain.com/index.php -- and th