Page 1 of 1

2 dimensional array problem

Posted: Thu Jun 07, 2007 4:56 am
by ire
Hi guys,
I desperately need some assistance with working with two dimensional arrays - I have it declared as
$arrayname[][]= array()

each member array is populated on the fly. The intention is to 'fill in' the parent array after each individual array is populated and then
I may output my whole 2 D array at the end, but for some reason, I have not been able to get this to work for hours now. Please assist. Thanks.

Posted: Thu Jun 07, 2007 5:00 am
by Oren
We can't help before we see the code and before you tell us what exactly your problem is.

Posted: Thu Jun 07, 2007 7:20 am
by feyd
That's a three-dimensional array.