PHP AJAX pagination

Package:
PHP AJAX pagination
Summary:
Show MySQL query results split in pages using AJAX
Groups:
AJAX, Databases, HTML
Author:
Reneesh T K
Description:
This class can be used to show MySQL query results split in pages using AJAX.

It takes as parameters an SQL query, the number of results to show per page and the current page number.

The generates HTML and Javascript for links to browse the query result pages.

When the user clicks on the links an AJAX request is sent to a script that retrieves the page results and the respective pagination links.


Powered by Gewgley