";
if ($offset >= LIMIT) # Check if offset is less than zero
{
$prevoffset=$offset-LIMIT;
echo "
< قبلی ";
}
echo "
";
$pages=intval($rowsnum/LIMIT); # calculate number of pages
echo "
";
if ($rowsnum%LIMIT) $pages++; #has remainder so add one page
if ($pages>1)
{
for ($i=$pages;$i>=1;$i--)
{
$newoffset=LIMIT*($i-1);
if ($offset <> $newoffset)
echo "$i";
else echo "$i";
}
}
echo "
";
echo "
";
if ($offset+LIMIT< $rowsnum) # check if the current page is the last
{
$newoffset=$offset+LIMIT; # not the last page so give NEXT link
echo "بعدی
> ";
}
echo "
";
echo "
";
}
#-----------------------------------
?>
Department Of the Environment of Iran