|
Posted by ImOk on 10/16/57 11:51
$xx=array(array(1,2),array(3,4));
echo $xx[0][0]; // prints 1
echo $xx[1][1]; // prints 4
Krustov wrote:
> <comp.lang.php>
> <Krustov>
> <Tue, 27 Jun 2006 12:40:46 +0100>
> <MPG.1f0b298ba4e24483989abe@news.newsreader.com>
>
> > Can anything like the following be used for 2 dimentional arrays ? .
> >
> > $demo=[1,1]="blah";
> > $demo=[1,2]="blah";
> >
>
> No answers provided for this question - so assume there isnt .
>
>
> --
> www.emailuser.co.uk/?name=KRUSTOV
[Back to original message]
|