PHP Video – Associative Arrays
Just released a new video on PHP associative arrays.
Associative arrays are one of the two types of arrays found in PHP and is (in my opinion) one of the most important aspects of the php programming language.
PHP associative arrays are used everywhere and are the underlying mechanism to so many important things in PHP … it is a must know!
> PHP associative array video tutorial
Note: you must do my first video on indexed arrays first
Very nice, I was definitely confused with associative arrays before, and definitely with the difference between the two. This completely cleared that up.