not to sure on this get_stats thing...
is there a better thing to use on this. what I am trying to do is combine 2 things together, but the script has used the get_stats thing and I can't find much on it...
here is what the script uses
$standings01 = Get_Stats("0013", $open_season);
$standings02 = Get_Stats("0014", $open_season);
I have tried many ways including an array_merge... Any help is appriciated... The 0013 and 0014 are the ids
thanks