{foreach item=note from=$notes} <a href="edit_note.php?id={$note.id}">{$note.date}: {$note.note_title}</a><br> {php}flush();{/php} {foreachelse} <br /> {/foreach}