$i=0; echo '<table>'; if ($i==0){ echo '<tr>';} echo '<td>celda</td>'; $i++; if ($i==3) { echo '</tr>';$i=0;} }