Forum Moderators: coopster
I'm trying to pull information from another site to post on mine.
the content I'm trying to get out comes after the "<pre>"
ex.
<pre> Standings P W D L F A Pts
1 team-A 6 4 2 0 14 4 14
2 team-B 6 4 1 1 15 6 13
-------------------------
3 team-C 6 3 3 0 12 6 12
... etc etc
What I'd like to do is remove everything except:
1 team-A 14
2 team-B 13
3 team-C 12
When doing this in the past I think I used to stick the file contents into an array but I'm not 100% sure.