Already have that, but that doesn't help me on knowing how to paginate it. I've never done it before, and there aren't really any good tutorials that I can find.
Incase you wanted it.PHP Code:$result = mysql_query("SELECT * FROM Characters WHERE gm=0 ORDER BY Level DESC LIMIT 100");





Reply With Quote