multidimensional array
Posted: Sat Jan 17, 2009 9:44 pm
Hello all. Quick question. I'm creating an array to hold a baseball leagues head to head results. How do I create this array so that I get each row to be an array with the teams name with all the columns being the same teams and a default value of "0".
I already have an array that I created from the mysql data. It has id, name format (0, Hitmen, 1 Cougars,etc). I simply want to create an array (table like) with x and y axis the same. Make sense????
Thank-you in advance
I already have an array that I created from the mysql data. It has id, name format (0, Hitmen, 1 Cougars,etc). I simply want to create an array (table like) with x and y axis the same. Make sense????
Thank-you in advance