This page illustrates the use of first an indexed array and second associative arrays or hashes. Associative arrays are made using a key / pair connection. In PHP, either numbers or strings can be used.
Indexed arrays start with [0] and are referenced through their numerical place in the array.
Multi-dimensional arrays, which are arrays inside an array, can also be used.