fetch_record($psql);
$totalRecords=$dbOB->NumRows($psql);
if(!strlen($_GET[offset])){
$offset=0; //starting with zero records...
}
$dispPages=9; //total display links on one page...
$wcnt=$_GET[offset]; //total links to display starts with zero....
$offset1=$_GET[offset]+$dispPages; // for total record(Offset limit) per page...
$num31=$dispPages*$dispPages; //total links limit and next to activate....
$search_word=stripslashes($search_word);
$link2 = $linkURL;
$num=$totalRecords; // total results found.....
$gotopage =table_offset($pageno,$num,$wcnt,$dispPages,$num31,$link2,$dispPages);
?>