Is there a mod arithmetic operator that returns the remainder of a division operation?
mod operator
mod operator
There is also the fmod function in SQL you can use,
<$remainder=(fmod($x, $y))>
<$remainder=(fmod($x, $y))>
John Turnbull
Thunderstone Software
Thunderstone Software