Re: [PHP] Re: read file from specific line

2005-01-27 Thread John Nichel
John Coppens wrote: On Thu, 27 Jan 2005 15:15:48 +0100 (CET) [EMAIL PROTECTED] wrote: Hi there! Is there any way reading a file from a specific line? (textfile) /G @varupiraten.se Not directly - there's no way to know where the line starts, except if they are all of the same length. Read the file

[PHP] Re: read file from specific line

2005-01-27 Thread John Coppens
On Thu, 27 Jan 2005 15:15:48 +0100 (CET) [EMAIL PROTECTED] wrote: > Hi there! > > Is there any way reading a file from a specific line? (textfile) > > /G > @varupiraten.se Not directly - there's no way to know where the line starts, except if they are all of the same length. Read the file, spli