<table width="900" border="1"><tr><?phpfor ($i = 1; $i <= 12; $i++) {echo "<td>" .$i. "</td>";if ($i % 4 == 0) {echo "</tr><tr>";}}?></tr></table>