<table border="1"> <?php for($i=1;$i<8;$i++){ echo '<tr> <td>'.$i.'</td> <td>'.($i+7).'</td> <td>'.($i+14).'</td> </tr> '; } ?> </table>