RE: [PHP] Updating (appending) a file

2002-07-01 Thread Martin Towell
July 02, 2002 3:29 PM To: [EMAIL PROTECTED] Subject: [PHP] Updating (appending) a file I cannot figure out how to access the file and update it (which is just /files/*.txt from where I'll be accesing it -- in other words I'm accessing it from mydomain.com/index.php, but the file is

[PHP] Updating (appending) a file

2002-07-01 Thread Chris Earle
I cannot figure out how to access the file and update it (which is just /files/*.txt from where I'll be accesing it -- in other words I'm accessing it from mydomain.com/index.php, but the file is mydomain.com/files/Names.txt). By update I mean append. I tried to access it with the complete loca