<table....> <tr> <? foreach($array as $key => $value): ?> <? static $counter = 0; $counter++ ?> <td>Test Test Test</td> <? echo $counter % 4 == 0 ? '</tr><tr>' : null ?> <? endforeach ?> </tr> </table>