Skip to content

Instantly share code, notes, and snippets.

@iturgeon
Forked from loraxx753/gist:3834613
Created October 10, 2012 00:38
Show Gist options
  • Save iturgeon/3862435 to your computer and use it in GitHub Desktop.
Save iturgeon/3862435 to your computer and use it in GitHub Desktop.
<div>
<? foreach ($items as $item) { ?>
<h2><?= $item['product_name'] ?></h2>
<img src="img/<?= $item['product_image'] ?>" />
<p><?= $item['description'] ?></p>
<? } ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment