You can achieve this in this way as well. <?php $products = array('Volvo', 'BMW', 'Toyota', 'Kijang'); for($i=0;$i<count($products);$i++){ ... ... <看更多>
In this tutorial you will learn php array count and sizeof function tutorial in Hindi, Urdu.You can learn how to get the length of php array ... ... <看更多>