How can I display a 2 dimensonal array?
If you want to view them more clearly or do something with the values therein, you can simply nest foreach loops for each level of the array.
Comments on this Question/Answer
How to get val Dynamically from MySQL server. i am developping quiz engine in .net i am using grid view and PHP what and HoW?By: Gaurav, 15 Dec 2008 22:39:48
Reply to comments / post your own comment >>>
ASK A QUESTION
More arrays PHP Questions
How do I find if a value is already in an array or not?How do I sort an array by key?
How can I sort an array keeping the correlation between the index and value?
how can you reset an array in PHP
OK I've been trying to echo out the arrays "$people and $other people" using the for-each method in alphabetical order. but when i see what this displays it does it in some other order. THIS IS THE CODE PHP Ch8 Lab
