if(!empty($_GET['start'])){ $k= $_GET['start']; } else { $k=0; }
$qur_sel="select * from apt_quick_links where ".$sub_qur." and q_status=1 order by q_order_by DESC";
$qur_cnt=Query($qur_sel);
$cnt_sel=NumRows($qur_cnt);
$pst_qur=Query($qur_sel." limit $start,$len");
if($cnt_sel>0) {
while($row=Fetch($pst_qur)){ $k++; ?>
}}else { ?>
}if($cnt_sel>$len){ ?>
Navigation($start,$cnt_sel,$link); ?>
} ?>