Skip to content

Instantly share code, notes, and snippets.

@johannilsson
Created March 3, 2009 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johannilsson/73367 to your computer and use it in GitHub Desktop.
Save johannilsson/73367 to your computer and use it in GitHub Desktop.
<p><?= $somevar ?></p>
<?php if (count($data) > 0): ?>
<ul>
<?php foreach($data as $row):?>
<li><?= $row ?></li>
<?php endforeach;?>
</ul>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment