Paging means showing your sql query result in multiple pages instead of just put them all in one long page. Imagine waiting for five minutes just to load a search page that shows 10000 result.
MySQL helps to generate paging by using LIMIT clause along with LIMIT you can use two variables one for OFFSET and another no of records you have to display in one page.
Paging can use in following steps.
More: continued here
No Comments so far ↓
There are no comments yet...Kick things off by filling out the form below.