View Single Post
Old 11-25-2008, 11:51 PM   #2 (permalink)
buildakicker
The Acquainted
 
buildakicker's Avatar
 
Join Date: Jan 2008
Posts: 119
Thanks: 21
buildakicker is on a distinguished road
Default

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?
__________________
SkiLeases.com
buildakicker is offline  
Reply With Quote