Basically I am trying to code the page where it lists the authors/titles/ratings etc 50 to a page. With a next link at the bottom if there are more than 50 results stored in that category.
I just thought that there would be an easier way to me doing like 10 queries. One to get the authors name and email, one to get the rating, one to get the title etc....
So I really want :
AUTHOR TITLE RATING CHAPTERS
Matt Title Here G [1] [2]
Something like that basically. Then when you click on the header of each column it will sort the results by that.
|