Redlightpacket Posted September 27, 2009 Share Posted September 27, 2009 I really need a book that has some pagnation examples in it. I can't figure out how to get the pagnation examples working on the internet. I would highly appreciate anybody's help on this matter. Thanks, Chris Link to comment https://forums.phpfreaks.com/topic/175730-need-a-good-book-that-has-pagnation-examples-in-it/ Share on other sites More sharing options...
Alex Posted September 27, 2009 Share Posted September 27, 2009 Well, I don't know any books, but if you haven't already you might want to check out a nice pagination tutorial made by Crayon Violent, http://www.phpfreaks.com/tutorial/basic-pagination Link to comment https://forums.phpfreaks.com/topic/175730-need-a-good-book-that-has-pagnation-examples-in-it/#findComment-926076 Share on other sites More sharing options...
CarbonCopy Posted September 27, 2009 Share Posted September 27, 2009 http://articles.sitepoint.com/article/perfect-php-pagination Not sure of the name right off, but PHP 6 Bible or whatever it is called is good. So is PHP and MySQL for dummies Link to comment https://forums.phpfreaks.com/topic/175730-need-a-good-book-that-has-pagnation-examples-in-it/#findComment-926117 Share on other sites More sharing options...
corbin Posted September 27, 2009 Share Posted September 27, 2009 I wouldn't buy a book just to read the pagination chapter. It can make your head hurt a bit, but really it's simple if you think about it mathematically: Page: p, number of results per page: a min = a(p-1) max = pa (Or, max = the number of results if the number of results is less then max.) Link to comment https://forums.phpfreaks.com/topic/175730-need-a-good-book-that-has-pagnation-examples-in-it/#findComment-926125 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.