I'm trying to split results from a database into pages for every 10 results listed, similar to the way the thread listing on this form goes into pages after a certain number of posts are listed. I assume it uses some kind of while loop but I dont know the exact way to put it. How would I do this in PHP?