[PHP] ftell ? fseek ? help, please

2004-02-09 Thread Anna Yamaguchi
I would like to read first 224 bytes from a file A1, write them to another file, and then coming back to file A1 read bytes from 225 to the end of file. Could somebody help me with this? Please. Anna [EMAIL PROTECTED]

Re: [PHP] ftell ? fseek ? help, please

2004-02-09 Thread Adam Bregenzer
On Mon, 2004-02-09 at 07:21, Anna Yamaguchi wrote: I would like to read first 224 bytes from a file A1, write them to another file, and then coming back to file A1 read bytes from 225 to the end of file. Could somebody help me with this? Please. This is the traditional method: // Open input