Archive for the 'Arrays' Category

Arrays can be confusing, especially when they go all multi-dimensional on you. And even simple arrays can seem multi-dimensional, because more than one value is involved with each array element. It is not multi-dimensional however, but more like a pair of linked arrays. Consider the following example. In PHP you can begin assigning values to [...]