|
| |
This is for my friend from Morroco
Introduction
This tutorial is designed to guide you through the logic and code behind the
process of paginating data in PHP. In this tutorial, the data is retrieved from
mySQL database. I feel you will be able to grasp this tutorial better if you have
a decent knowlege of PHP and mySQL. However, I plan to comment code as much as
possible and describe the why we do each part.
What is Pagination?
There might be a few of you who are clueless to even what pagination is. For
those with question, pagination is where you have more data that desired appearing
on one page, and breaking up that data so that it is then presented on multiple pages.
It is very likely that you have seen this before. Maybe you notice at the very bottom of some sites, the page numbers are listed and either "Previous" or "Next" to
the left and right.
Comments Dated: 2008-09-03 15:14:59 Re: Pagination with PHPThanks man very much ;) Sent by: man love you siteDated: 2005-11-14 21:31:12 Re: Pagination with PHPfulllly sux, read it: _http://pastebin.ru/804 Sent by: Slayter2Dated: 2005-11-14 21:31:11 Re: Pagination with PHPfulllly sux, read it: _http://pastebin.ru/804 Sent by: Slayter2
|
| |
|