Results 1 to 2 of 2
- 12-19-2011, 01:55 AM #1
Newbie
- Join Date
- Dec 2011
- Posts
- 19
how to create multidimensional arrays in PHP?
Array elements in PHP can hold values of any type, such as numbers, strings and objects. They can also hold other arrays, which means you can create multidimensional, or nested, arrays.I was wondering how to create multidimensional arrays? Can you help?
Thanks.
- 12-19-2011, 04:46 PM #2
Newbie
- Join Date
- Nov 2011
- Posts
- 18
The PHP manual has information on trees and multidimensional arrays:
php.net/manual/en/language.types.array.php



LinkBack URL
About LinkBacks




Reply With Quote






Bookmarks