Foto Feature
Purano Bazaar
Photo by: Sohan Shrestha












include("http://www.clickdharan.com/new_test/includes/header.php"); include("http://www.clickdharan.com/new_test/includes/functions.php"); $totalPages=calculatePages("tblnews",13); $page=1; $start=0; $pageLimit=13; /*******************************************************************/ /********************* Find valid page number **********************/ /*******************************************************************/ if(isset($_REQUEST['page'])&&is_numeric($_REQUEST['page'])){ $page=$_REQUEST['page']; $start=($page-1)*$pageLimit; $tempQuery="select * from tblnews order by ID desc limit $start,$pageLimit"; $tempResult=mysql_query($tempQuery); if(!$tempResult || mysql_affected_rows()<1) $page=1; } else $page=1; /******************************************************************/ ?>
Purano Bazaar
Photo by: Sohan Shrestha











