Re: [PHP] Can't save multiple files if I'm using values pulled from another file...

2005-03-03 Thread Foofy
On Thu, 03 Mar 2005 09:06:22 -0500, <[EMAIL PROTECTED]> wrote: That's most likely your problem. The last line of your file most likely does not have a trailing NL character that is why it is the only line that works. Thank you for your help! My server dude looked around and yes, the files were be

Re: [PHP] Can't save multiple files if I'm using values pulled from another file...

2005-03-03 Thread Jochem Maas
Foofy wrote: I'm writing a script that transfers files from a list file and saves them locally. M If I use values from the list for the filenames of the saved files, it appears that none of the files are saved 'cept for the last one. If I put the values in an array directly in the script fil

Re: [PHP] Can't save multiple files if I'm using values pulled from another file...

2005-03-03 Thread Jason Wong
On Thursday 03 March 2005 19:53, Foofy wrote: > I'm writing a script that transfers files from a list file and saves > them locally. M > > If I use values from the list for the filenames of the saved files, it > appears that none of the files are saved 'cept for the last one. If I > put the values