i am trying to find a way to merge these so that all teams show in 1 list rather than 2.
$standings01 = Get_Stats("0013", $open_season);
$standings02 = Get_Stats("0014", $open_season);
standings01/02 put the output to the html page for both divisions
the 0013/0014 are the divisions
and $open_season get the current season id.
I have tried array_merge already and nothing displays.
i would either like to merge the standings01 / 02 or merge the division id 0013 / 0014
thansk