if I have a variable $check20Multi
and I want to check if $check20Multi falls in the multiple of 20, that is, check if it is 20, 40, 60, 80 .... 2000
how can I do it....
because I want to do the following:
if $check20Multi is equal to A Multiple of 20
then $totalpage = $totalpage + 1;