Page 1 of 1

Show results in multiple pages

Posted: Sun Sep 10, 2006 1:08 pm
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!

Posted: Sun Sep 10, 2006 1:12 pm
by speedy33417
This should get you going.

http://www.phpnoise.com/tutorials/9/1

Posted: Sun Sep 10, 2006 1:54 pm
by jescobar
Nice!!! I was looking for the same thing. Thanks.

Posted: Mon Sep 11, 2006 1:04 am
by ansa
Thanks, I will defnitely look into it !