I'm wondering how do I list the results in multiple pages. Do I set put LIMIT $start,$end in the query then add a certain number everytime someone clicks next/prev, or do I query normally and use php to limit amount of rows listed?
If anyone can post an example of this, I would greatly appreciate it.