<?php ); ?> <table> <tr><th>Data</th><th>Tytul</th></tr> <?php foreach ($tablica as $post): ?> <tr> </tr> <?php endforeach; ?> </table>
Ale coś nie działa.
Co jest źle?
<?php ); ?> <table> <tr><th>Data</th><th>Tytul</th></tr> <?php foreach ($tablica as $post): ?> <tr> </tr> <?php endforeach; ?> </table>
<?php ?>
<?php ); ?> <table> <tr><th>Data</th><th>Tytul</th><th>I ten coś</th></tr> <?php foreach ($tablica as $post): ?> <tr> </tr> <?php endforeach; ?> </table>