Dropping remainder when dividing
Posted: Sat Oct 02, 2010 11:09 am
Hello
I need help on how to divide two integer numbers and get an integer answer (drop the remainder)
Ive been searching all over php.net and google but could find an answer
I need to get something like this:
14 / 11 = 1
40 / 16 = 2
you get the idea
I need help on how to divide two integer numbers and get an integer answer (drop the remainder)
Ive been searching all over php.net and google but could find an answer
I need to get something like this:
14 / 11 = 1
40 / 16 = 2
you get the idea