| Web Development >> PHP |
PHP Pagination
| Language : | English | Quality : | High | Has Audio : | true | Source : | Other | Media : | Windows Media Video |
|
You wanted it, so here it is - Pagination with PHP and MySQL! Pagination, as described in the video, is the process of breaking a bunch of results, from a MySQL Query, up into specific pages, which themselves list a set number of items each. This process can be viewed on almost any reputable site that lists many items, including Google and Yahoo
Additional Info at : http://www.sampsonresume.com/2007/02/01/screencast-php-... |
Tags: PHP, Web Development, Web, Opensource, Screencast, MySql, Pagination, [SUGGEST A TAG]
Resources referenced in this screencast
|
Articles Realted to this Topic |
[SUGGEST A ARTICLE] |
|
Pagination of MySQL Query Results As your database grows, showing all the results of a query on a single page is no longer practical. This is where pagination comes in handy. You can display your results over a number of pages, each linked to the next, to allow your users to browse your content in bite sized pieces |