Splitting content into pages w/ 5 per page
Moderator: General Moderators
-
joetheeskimo5
- Forum Commoner
- Posts: 43
- Joined: Sun Dec 14, 2003 4:47 pm
- Location: US
- Contact:
Splitting content into pages w/ 5 per page
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?
Code: Select all
limit 5