PHP – toggle between 2 and 3 divs in foreach loop – Twitter bootstrap
I would like to loop foreach in php using twitter bootstrap where the result would be like this. I have tried in many ways with modulus etc. can anybody help me? <div class="row"> <div class="col-md-6">Item 1</div> <div class="col-md-6">Item 2</div> </div>…