Skip to content

Instantly share code, notes, and snippets.

@Cameron-D
Created May 25, 2013 07:07
Show Gist options
  • Select an option

  • Save Cameron-D/5648225 to your computer and use it in GitHub Desktop.

Select an option

Save Cameron-D/5648225 to your computer and use it in GitHub Desktop.
<?php
foreach ($array as $item):
?>
<li>Item: <?=$item;?></li>
<?php
endforeach;
?>
<?php
if($something == 1):
?>
<p>I am HTML!</p>
<?php
endif;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment