Skip to content

Instantly share code, notes, and snippets.

@valguss
Created November 15, 2010 14:24
Show Gist options
  • Save valguss/700399 to your computer and use it in GitHub Desktop.
Save valguss/700399 to your computer and use it in GitHub Desktop.
<?php
if($i == 2){
?>
<div>
<p>this is a div</p>
<ul>
<?php
while($t == 1){
?>
<li>this is a list item</li>
<?php
}
?>
</ul>
</div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment