Content.exe
Table Pagination in PHP can be easily achieved with this function.
It is designed to be used in conjunction with the database class found here but can be used standalone with any suitable array.
The idea of this function is to quickly output the results of a multi-dimensioned associative array, with the minimuim of fuss.
This is ideal for repetitive back office dutys, but however, there are arguments which can be passed depending upon the level of control required to change the functionality or format.
A beginners step by step example can be found here
and the source code here
Pingback: Pagenation with php example - Adrian Callaghan`s Blog