Arrays in Php
Arrays
An array is a data structure that stores one or more values in a single value. For experienced programmers it is important to note that PHP’s arrays are actually maps ,each key is mapped to a value.
Views: 621 | | by Simon
View this tutorial