include('connection.php'); ?> offset = $offset; $ret->limit = $limit; $ret->numPages = $numPages; $ret->page = $page; return $ret; } } ?> $page = $_GET['page']; $limit = 6; $result = mysql_query("select count(*) from tb_product where catname='fabrics'"); $total = mysql_result($result, 0, 0); // work out the pager values $pager = Pager::getPagerData($total, $limit, $page); $offset = $pager->offset; $limit = $pager->limit; $page = $pager->page; ?>
|
|||||||||||||||||||||||||
| Home | About us | Knitwears & Garments | Woven Fabrics | Sugar & Other Products | Group Companies Financial Result Management | Nahar Saga | Export Market | Contact Us | Site Map Nahar Group of Companies © 2006 all rights reserved. Website Design By:- Royalways Technologies |