Need help with my guestbook..!

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
beginnner
Forum Newbie
Posts: 2
Joined: Wed Jun 08, 2005 5:08 pm

Need help with my guestbook..!

Post by beginnner »

Hello everyone!

This is how it is. I started to use PHP for just 2 weeks ago.

I have now created a little guestbook.
I use Mysql as database just for notice.

Now to my trouble.
How do i do so just 10 of the messages is shown in the same time?
so instead of heaving all the messages shown i want a list like, 1.2.3.4...
How do i Create this?!
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Use the keyword "pagination" for a search :)
beginnner
Forum Newbie
Posts: 2
Joined: Wed Jun 08, 2005 5:08 pm

Post by beginnner »

Oh thanx!!
Didn't knew the word for it.
Post Reply