PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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.
Last edited by ire on Thu Jun 07, 2007 5:42 am, edited 1 time in total.