Quote:
|
Originally Posted by toray
hello does any1 have a script for php paging from mysql
something like <<prev 1 2 3 Next>>
thanks
|
This one's a little more compact than the above, if you like..
It relies on the following query string variables: "page" (current page number), and "len" (the max number of records to display per page).