How can i create a page so like people can do /topmoney 3 and page 3 will pop up, am using SQLite3 to store the money.
https://stackoverflow.com/a/14068871/3990767 For instance, SELECT name, money FROM player_money ORDER BY money DESC LIMIT $N OFFSET $M where $N = rows-per-page, $M = $N * (page number - 1) where page number starts at 1