php Programming Glossary: img_grid
On every third iteration in PHP http://stackoverflow.com/questions/4093017/on-every-third-iteration-in-php PHP. Here is my code php foreach imgArray as row div class img_grid row div php endforeach On the third iteration of this loop Instead.. iteration of this loop Instead of displaying div class img_grid row div I would like to display div class img_grid_3 row div.. class img_grid row div I would like to display div class img_grid_3 row div I would like to end up with this if my array looped..
|