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 the

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 relative

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

2002-07-01 Thread Chris Earle
: [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? -- if the php file is: mydomain.com/index.php -- and the data file is: mydomain.com/files/N

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

2002-07-01 Thread Chris Earle
ack? if so, what error is it? try appending to a file in the same directory as index.php and see how that goes. -Original Message- From: Chris Earle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 3:54 PM To: [EMAIL PROTECTED] Subject: RE: RE: [PHP] Updated (appending)

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

2002-07-01 Thread Martin Towell
] 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 6416776FCC55D511BC4E0090274EFEF508A58A@EXCHANGE

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

2002-07-01 Thread Chris Earle
o:[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 even though I'm not there?)... I cannot do it with the file in my base folder either. Martin Towel

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

2002-07-01 Thread Martin Towell
[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 even though I'm not there?)... I cannot do it with the file in my base folder either. Marti

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

2002-07-01 Thread Chris Earle
as 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: Re: RE: [PHP] Updated (appending) a file Permission denied Y