Posted by ImOk on 11/15/77 11:51
ImOk wrote: > $xx=array(array(1,2),array(3,4)); > echo $xx[0][0]; // prints 1 > echo $xx[1][1]; // prints 4 > Which also follows you can do this: $xx[0][0]="X"; echo $xx[0][0];
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming