RE: [PHP] Re: line by line

2001-08-30 Thread Navid Yar
Yar; [EMAIL PROTECTED] Cc: Php-General Subject: Re: [PHP] Re: line by line That I know, calling fgets() 3 times would put the file pointer at the start of the 4th. line. However, fread() "won't let you decide the position from which the acquisition begins.." according to my help

Re: [PHP] Re: line by line

2001-08-30 Thread Hugh Danaher
d() requires an fseak() file pointer to offset the start of the file to where you want to begin reading. I hope this helps. hugh - Original Message - From: Navid Yar <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 1:50 PM Subject: RE: [PHP] Re: line by li

RE: [PHP] Re: line by line

2001-08-30 Thread Navid Yar
When using fgets() 3 times, does the pointer inside the file change positions? Navid Yar -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 4:57 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: line by line http://php.net/fopen http://php.net/f