Skip to content

Instantly share code, notes, and snippets.

@Matslom
Last active August 29, 2015 14:08
Show Gist options
  • Save Matslom/cda1e79b54ba87ac7d18 to your computer and use it in GitHub Desktop.
Save Matslom/cda1e79b54ba87ac7d18 to your computer and use it in GitHub Desktop.
//petla
$i++
if($i%3==0){
echo 'co trzeci box';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment