Skip to content

Instantly share code, notes, and snippets.

@ataylorme
Created November 15, 2012 08:07
Show Gist options
  • Save ataylorme/4077318 to your computer and use it in GitHub Desktop.
Save ataylorme/4077318 to your computer and use it in GitHub Desktop.
Php divisible by
if(($count % $number) == 0){
//do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment