There are no posted domains, yet!
\n"; exit(); } ?>

\n\t\n\t\n\n\n"; } echo "
Domain Vote
$a1[domainname]$$a2[AvaragePrice] ($a2[other])
"; //build the "next" - "prev" navigatioin $qnav = "select count(*) from domain_domains"; $rnav = mysql_query($qnav) or die(mysql_error()); $anav = mysql_fetch_array($rnav); $rows = $anav[0]; if($rows > $ByPage) { $NextPrev = "
"; $NextPrev .= ""; $NextPrev .= "
| "; $pages = ceil($rows/$ByPage); for($i = 0; $i <= ($pages); $i++) { $PageStart = $ByPage*$i; $i2 = $i + 1; if($PageStart == $Start) { $links[] = " $i2\n\t "; } elseif($PageStart < $rows) { $links[] = " $i2\n\t "; } } $links2 = implode(" | ", $links); $NextPrev .= $links2; $NextPrev .= "|

\n"; echo $NextPrev; } ?>