PHP AJAX pagination

Posted by admin on December-10-2009 Add Comments

Bookmark and Share


PHP AJAX pagination

By : Reneesh T K

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.

Download:
http://www.ziddu.com/download/7231345/php-ajax-pagination-2009-04-27.zip.html

Post a Comment

You must be logged in to post a comment.