Splitting content into pages w/ 5 per page
Posted: Sat May 28, 2005 3:49 pm
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?