¡@

Home 

php Programming Glossary: imgarray

On every third iteration in PHP

http://stackoverflow.com/questions/4093017/on-every-third-iteration-in-php

iteration of a loop in PHP. Here is my code php foreach imgArray as row div class img_grid row div php endforeach On the third.. loops iteration share improve this question Assuming imgArray is an array and not an associative array i.e. it has numeric.. it has numeric indices this is what you want php foreach imgArray as idx row php if idx 3 2 div class img_grid_3 php echo row..