hi there
on my standings page for hockey standings I use the get_stats function to call the division standings. what I am trying to do is call all teams together, but list the first place teams in each division as the #1 and #2 spot and then list all remaining teams by points.
the code for the get_stats for the divisions is this
$standings01 = Get_Stats("0010", $open_season);
$standings02 = Get_Stats("0011", $open_season);
and the code for the entire page is at this url
http://www.msnhockey.com/mods/standings.txt
for what i am trying to do go here www.tsn.ca/nhl/standings
on the right hand side you see all the teams in 2 conferences. in each of those conferences the top 3 teams are from each division in that conference.
any help or ideas on what I should do is appriciated
thanks