Change page... add page... select what page...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Goofan
Forum Contributor
Posts: 305
Joined: Wed Nov 04, 2009 2:11 pm
Location: Sweden

Change page... add page... select what page...

Post by Goofan »

Hi as allways i got problems :D

ive got this game and i wanna show a scoreboard... meaning i got those players ranked #1-50 then if there is more player (most definetly will be) they will show on a diffrent page. like when u posted a bunch of posts here they will automatically be transfered into other pages. then the last action is that i wanna get so that u can press if u wanna see page 1,2,3 and if u press for exampel page 3 it will only show 2,3,4... ive thought of basicly making it so that u write in ureself so if ure on page... 4 it will show but then if ive added 5000 member (exampel) then there will be alot of pages so i need this to be done automatically


-Thanks in advance
-Thomas
Marinusjvv
Forum Commoner
Posts: 29
Joined: Wed Dec 02, 2009 5:59 am

Re: Change page... add page... select what page...

Post by Marinusjvv »

What you're referring to here is pagination.

Various classes are available for download for free. Try:
http://mis-algoritmos.com/digg-style-pagination-class
http://script.wareseeker.com/free-php-pagination-class/
User avatar
Goofan
Forum Contributor
Posts: 305
Joined: Wed Nov 04, 2009 2:11 pm
Location: Sweden

Re: Change page... add page... select what page...

Post by Goofan »

ok ill look into it

-Thanks
-Thomas
Post Reply