2 dimensional array problem
Posted: Thu Jun 07, 2007 4:56 am
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.
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.