maybe a permissions thing? do you get any errors back? 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) 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 path is not "\\files\\Names.txt" , it's -- "files\\Names.txt" -- -- HTH -- Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php