PHP Number Multiple
if ($count % 20 != 0)
portapipe
if ($count % 20 != 0)
if (($count % 10) == 0) # it's == not != because % returns remainder.