View users problem???

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
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

View users problem???

Post by Joe »

I have recently made a new user arena on my site where you can view the members that are registered. The problem is that the user arena shows every users details on one page and I want to spilt it so theres a maximum of 20 users per page and links which take you to the next page. Like 1 - 2 - 3 and so on... This is very hard to explain and I cannot put it to words but if you understand what I mean then can you please help???

As an example go here, memberlist.php
Regards


Joe 8)
User avatar
tim
DevNet Resident
Posts: 1165
Joined: Thu Feb 12, 2004 7:19 pm
Location: ohio

Post by tim »

look in the code snipplets section on this forum.

There are scripts written that 'pageinate' such of your request
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

Ha thanks alot tim. I should have looked that up but I was not to sure about the name.

viewtopic.php?t=18466 :P

Joe
User avatar
tim
DevNet Resident
Posts: 1165
Joined: Thu Feb 12, 2004 7:19 pm
Location: ohio

Post by tim »

your welcome.

I believe it uses JAVASCRIPT, but you can modify it/google for something simliar.

8)
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

For those who may take an interest in pagination, go here for a fully detailed tutorial.

http://www.phpfreaks.com/tutorials/43/0.php
Post Reply