Listing 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
nosf
Forum Newbie
Posts: 2
Joined: Fri Jun 17, 2005 9:54 am

Listing Page

Post by nosf »

Hi dudes.
I'm new to the php language, and currently I'm trying to make a page that will fit into a backoffice, that shows the "usersdetails" table, 30 users per page. The thing I'm stuck in is the navigation, because I want to have in the bottow of the page a navigation that allows me to move to the next 30 user's listing.

It's like a forum navigation system.

I already have the code to get the 30 users on the page, but can't figure the rest of it.

Sorry for my bad english.

Thanks in advance.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

nosf
Forum Newbie
Posts: 2
Joined: Fri Jun 17, 2005 9:54 am

Post by nosf »

Thank you, I'm trying to figger out how to use the code :wink:
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

Life is full of interesting challenges.
Post Reply