Nij.UK Posted June 22, 2006 Posted June 22, 2006 Hi Im writing a PHP script which pull data from a MySQL database, and i wanted to page the results.... Does anyone know any good examples on the net, or if anyone can upload a script for me to look at.... i would be very greatful.... Thanks
webman Posted June 22, 2006 Posted June 22, 2006 Have a look for a PHP "pagination" class on http://www.phpclasses.org
ico2 Posted June 26, 2006 Posted June 26, 2006 when doing the query, add "LIMIT 0,20" to it, the 0 is the start, and the 20 is the number to get, have the script change the first number accordingly, simple
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now