Hi all, I have an sql query here and it returns a number of results. I'd like to show these results in groups.
What I mean is, show the first 20 results in some part of the page, show the next 20 results in another part of the page etc...
How can I do that?
*I'm using PHP to display results.