multidimensional arrays
Posted: Sat Feb 23, 2008 1:26 pm
Hello everyone and again thank-you in advance for any replies. Can this happen in an array
That is, the contents of a cell be incremented and replaced or does one have create another level of the array.
Thanks
Code: Select all
$standings[$x][0]=$standings[$x][0]+1;Thanks