Hey I did pager on my own and I didn't know how to make it smaller just like google pager I want to show just 10 page number
$query = "SELECT * FROM page LIMIT 10"; Code (markup): You want to use the LIMIT feature to limit your results, if you want to do Pagination, just google "PHP Pagination Tutorial".
cshwebdev, If have found the tutorial on google I wouldn't post here Actually I have no problem with creating pagenation I already did I would mention the numbers getting longer I want to limit them just 10 numbers per page
try this pagination class. you may get some clue. http://code.google.com/p/tagger-frogcms/source/browse/trunk/helpers/pagination.class.php?r=5