Show results in multiple pages

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
ansa
Forum Commoner
Posts: 31
Joined: Tue Aug 29, 2006 1:58 am
Location: Hamburg, Germany

Show results in multiple pages

Post by ansa »

Hi,

What is the most common way (hopefully also the simplest) to show results from a MySQL query in multiple pages? Let's say I have 100 records and I want to show 10 records at a time.

Thanks for any hint!
User avatar
speedy33417
Forum Contributor
Posts: 128
Joined: Sun Jul 23, 2006 1:14 pm

Post by speedy33417 »

This should get you going.

http://www.phpnoise.com/tutorials/9/1
User avatar
jescobar
Forum Newbie
Posts: 24
Joined: Mon Jun 06, 2005 4:14 am

Post by jescobar »

Nice!!! I was looking for the same thing. Thanks.
ansa
Forum Commoner
Posts: 31
Joined: Tue Aug 29, 2006 1:58 am
Location: Hamburg, Germany

Post by ansa »

Thanks, I will defnitely look into it !
Post Reply