Código PHP:
<div>
<table>
<tr>
<td><?php echo "mensaje"; ?></td>
<td><?php echo "mensaje2"; ?></td>
<td><?php echo "mensaje3"; ?></td>
<td><?php echo "mensaje4"; ?></td>
<td><?php echo "mensaje5"; ?></td>
<td><?php echo "mensaje6"; ?></td>
</tr>
</table>
</div>
<div>
<table>
<tr>
<td><?php echo "mensaje"; ?></td>
<td><?php echo "mensaje2"; ?></td>
<td><?php echo "mensaje3"; ?></td>
<td><?php echo "mensaje4"; ?></td>
<td><?php echo "mensaje5"; ?></td>
<td><?php echo "mensaje6"; ?></td>
</tr>
</table>
</div>
etc etc