Page 1 of 1

Continue SQL results to another page?

Posted: Wed May 14, 2008 1:39 am
by stragglerat
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?

Posted: Wed May 14, 2008 2:47 am
by onion2k
It's called "paging", or "pagination". There are millions of articles and tutorials about it so your first port of call should be Google.