11-26-2008, 05:17 PM
|
#9 (permalink)
|
|
The Acquainted
Join Date: Jan 2008
Posts: 119
Thanks: 21
|
Thanks Tony,
I am not sure why the first code snippet wouldn't work, but that one did.
It runs it correctly too.
So just starting with:
Code:
$file = array_reverse( file( 'u4g.txt' ) );
is the way to read the file in reverse.
GREAT!
Thanks a bunch!
|
|
|
|