11-25-2008, 11:51 PM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Jan 2008
Posts: 119
Thanks: 21
|
So I used this:
Quote:
|
$parts = array_reverse(explode('||', $line_of_text));
|
and it puts all the pieces in the file in $parts[] backwards... but I need the entire lines. So maybe array reverse isn't right?
|
|
|
|