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 I obviously do not want. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php