PHP (Basic) Tutorial

PHP multi-dimensional arrays
Posted by mig35 on September 15th 2007 via (www.php-learn-it.com)
Array is most often used as a list of indexes and values. However, an array can also be used for storing key-value pairs and each value could in tern be an another array as well. In such a way you can create 2-dimensional or even 3-dimensional arrays.
Post your Comments:
You need to login. Please log in or register here. It's free.
Comments
There's no comments yet.
May 17, 2008
