Ver original<table><?php for($i=0; $i<10; $i++){ ?><tr> <td>foo<?php echo $i; ?></td> <td>bar<?php echo $i; ?></td></tr><?php } ?></table>