[PHP] [newbie] easy question about fopen ($filename, r+)

2001-02-07 Thread SED
Hi, If I load e.g. textfile.txt with the file pointer at the beginning of the file and write a line or two into it, does it always overwrite the first lines? Is there any function that *always* moves the old lines down automatically? Regards, Sumarlidi Einar Dadason SED - Graphic Design

Re: [PHP] [newbie] easy question about fopen ($filename, r+)

2001-02-07 Thread Christian Reiniger
On Wednesday 07 February 2001 09:42, SED wrote: If I load e.g. textfile.txt with the file pointer at the beginning of the file and write a line or two into it, does it always overwrite the first lines? Yes Is there any function that *always* moves the old lines down automatically? No.