Re: [PHP] opening a big file

2008-04-08 Thread Steve Bertrand
def a typo.. sorry about that No problem at all. Just checking in case the PHP question was missed or something. I know all about typos. I keep typing "funeral" instead of "wedding" for June 28th. LOL. That was a coffee on the monitor minute. Congrats and good luck! Thanks for the l

Re: [PHP] opening a big file

2008-04-07 Thread Daniel Brown
On Mon, Apr 7, 2008 at 11:44 AM, Richard Lee <[EMAIL PROTECTED]> wrote: > Daniel Brown wrote: > > > >Was there a reason this was sent to the PHP list as well? Maybe > > just a typo? > > > def a typo.. sorry about that > No problem at all. Just checking in case the PHP question was miss

Re: [PHP] opening a big file

2008-04-07 Thread Daniel Brown
On Sun, Apr 6, 2008 at 10:36 PM, Richard Lee <[EMAIL PROTECTED]> wrote: > I am trying to open a big file and go through line by line while limiting > the resource on the system. > What is the best way to do it? > > Does below read the entire file and store them in memory(not good if that's > the

Re: [PHP] opening a big file

2008-04-07 Thread Richard Lee
Daniel Brown wrote: On Sun, Apr 6, 2008 at 10:36 PM, Richard Lee <[EMAIL PROTECTED]> wrote: I am trying to open a big file and go through line by line while limiting the resource on the system. What is the best way to do it? Does below read the entire file and store them in memory(not good