Archive for the 'Arrays' Category
Playing With Arrays
04Dec07
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 [...]
Filed under: Arrays | Leave a Comment
Search
-
You are currently browsing the PHP Basics weblog archives for the Arrays category.