My Matches - Use the meet me feature to dramatically improve your matches!
Not enough local matches, defaulting to a state level search.
(1) = One interest in common. If you don't have interests specified on your profile you will not have interests in common with anyone. Last 10 people to check their mail, in your state.
(1) = One interest in common. If you don't have interests specified on your profile you will not have interests in common with anyone. Last 10 people to check their mail, in your state.
session_start();
if($reccnt!=0){
$pagenum=$reccnt/$pagesize;
$PHP_SELF=$HTTP_SERVER_VARS['PHP_SELF'];
$qry_str=$HTTP_SERVER_VARS['argv'][0];
$m=$_GET;
unset($m['start']);
$qry_str=qry_str($m);
if($pagenum>15)
{
$j=$start/$pagesize;
$k=$j+15;
if($k>$pagenum)
{
$k=$pagenum;
}
}
else
{
$j=0;
$k=$pagenum;
}
?>
"$start : $pagesize : $j : $k"?>
}
?>
if($start!=0) { ?> « Previous } ?> | for($i=$j;$i<$k;$i++) { if($i==$j) echo ?>Page: if(($pagesize*($i))!=$start) { ?> 1 } else{ ?> 1 } }?> | if($start+$pagesize < $reccnt){ ?> Next » } ?> |