Ver original<?php foreach ($array as $i => $value) { ?> <div class="div_<?php echo $i; ?>"><?php echo $value; ?></div> <?php } ?>