Skip to content

Instantly share code, notes, and snippets.

@leepownall
Created November 20, 2012 16:10
Show Gist options
  • Save leepownall/4118874 to your computer and use it in GitHub Desktop.
Save leepownall/4118874 to your computer and use it in GitHub Desktop.
understandanbly
<?php
foreach($i = 0; $i < 34; $i++) {
echo $i;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment