PHP Video – Associative Arrays

August 7, 2006
Posted in PHP Videos

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

One Response

  1. Dave Author August 15, 2006 at 11:49 am

    Very nice, I was definitely confused with associative arrays before, and definitely with the difference between the two. This completely cleared that up.

To Top