Re: [PHP] Traversing an appendable file

2002-07-25 Thread Analysis Solutions
On Sun, Jul 21, 2002 at 08:50:15PM -0400, Chris Earle wrote: Is there any way to fseek (or something to the exact same effect) a file opened with a or a+? I've tried rewinding and fseeking appendable files, but neither work. Opening up in r+ gives me part of the desired result, but if

[PHP] Traversing an appendable file

2002-07-21 Thread Chris Earle
Is there any way to fseek (or something to the exact same effect) a file opened with a or a+? I've tried rewinding and fseeking appendable files, but neither work. Opening up in r+ gives me part of the desired result, but if where I want to write is not at the end, it writes over things, which