2 dimensional array problem

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!

Moderator: General Moderators

Post Reply
ire
Forum Newbie
Posts: 1
Joined: Thu Jun 07, 2007 4:48 am

2 dimensional array problem

Post 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.
Last edited by ire on Thu Jun 07, 2007 5:42 am, edited 1 time in total.
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

We can't help before we see the code and before you tell us what exactly your problem is.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

That's a three-dimensional array.
Post Reply