Posts by Daniel Santos • 1 point
1 post
-
0
votes3
answers399
viewsA: while list 4 in 4 result within div
I did it that way: $count = 0; while ($count <= 10) { if ($count % 4) { echo '<span>' . $count . '</span>'; } else { if($count === 0 ){ echo '<div class="row">'; echo…
phpanswered Daniel Santos 1