thanks for stopping by. I have a page, which is a leaderboard for my game (leaderboard is list of players and their acheivments)
I want to make a button which says something like 'Page 2--> Page 3-->' Every page shows exactly 25 players, to view the next 25 players you have to go to the next page. Lets say we are on page 3, and we are going to page 4. I want to show from player 100 to player 125.
I basicly want to do something which can do '-' results in Mysqli/Mysql If theres any other method to do this. Please say so.
Thanks