Page 1 of 1

Splitting content into pages w/ 5 per page

Posted: Sat May 28, 2005 3:49 pm
by joetheeskimo5
While designing a page that will display images stored in a MySQL database, I know that I can't just have one big list of images -- I've got about 58 images, with more being submitted every month. How would I split my content into pages, with 5 displayed on each page? What would I put into my SELECT query?

Posted: Sat May 28, 2005 3:50 pm
by Burrito

Code: Select all

limit 5
search pagination discussed hundreds of times on this board.