[PHP] Re: =Next to last record in a file=

2002-10-08 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Anthony Ritter wrote: > > I am trying to access a website that has tab delimited data and use > > PHP to open the file, read from the > > file for output. > > > > I'd like to then place this data into an array, loop through the > > array

[PHP] Re: =Next to last record in a file=

2002-10-08 Thread Erwin
Anthony Ritter wrote: > I am trying to access a website that has tab delimited data and use > PHP to open the file, read from the > file for output. > > I'd like to then place this data into an array, loop through the > array and output only the next to last record. > > Is there any way to loop th