
Traversing through Arrays in php
Arrays are also variables but are able to hold any number of values and also can remember those values. On the other hand a simple variable can hold one value at a time. In php arrays can be numerically indexed or associative. A simplest way of creating an array is as under: this $cart is an array