Continue SQL results to another page?
Moderator: General Moderators
-
stragglerat
- Forum Newbie
- Posts: 7
- Joined: Wed May 14, 2008 12:00 am
Continue SQL results to another page?
I'm using PHP to import items from a SQL database. I'd like to limit the amount of results that are displayed on one page and have the rest continue to another page with a "Next Page" or numbered links. Any simple way to do this?
Re: Continue SQL results to another page?
It's called "paging", or "pagination". There are millions of articles and tutorials about it so your first port of call should be Google.