Using Arrays in PHP
Totally PHP has an article on using Arrays in PHP entitled “Back to basics: PHP & Arrays”. It is a very valuable article not only for PHP beginners but also people who work with PHP on a daily basis.
The article begins with the setup of different types of arrays, then goes into introducing some of the most commonly used functions to work with arrays, ways of looping through arrays to retrieve keys and values, and different ways of sorting arrays.
A highly recommended reading and reference.

Leave a Reply
You must be logged in to post a comment.