1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!-- HTML code here --> <?php if (): ?> <table> <tr> <td></td> </tr> </table> <?php else: ?> <table> <tr> <td></td> </tr> </table> <?php endif; ?>