PHP – Array

PHP – Array An arrays is group of elements given one name. An array is a special variable, which can hold more than one value at a time.  An array named Days could contain the days of the week  Arrays start counting with element zero (not one) An array is another data type–it is a collection … Read more