in reply to Re: Creating two dimensional array
in thread Creating two dimensional array
Your solution looks like this:$VAR1 = [ [ 'a', '1' ], [ 'b', '2' ], [ 'c', '3' ] ];
$VAR1 = [ [ 'a', 'b', 'c' ], [ '1', '2', '3' ] ];
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Creating two dimensional array
by ikegami (Patriarch) on Oct 30, 2007 at 22:26 UTC | |
by doom (Deacon) on Oct 31, 2007 at 08:34 UTC |