View Full Version : << Previous 1 2 3 Next >> ??
Tim Mousel
Wed 7th Feb '01, 2:16pm
Hi,
Pulling data to display from a mysql database, how do I show the results over multiple pages with tags similar to:
<< Previous 1 2 3 Next >>
Thanks in advance,
Tim
Freddie Bingham
Wed 7th Feb '01, 2:28pm
There are articles on www.phpbuilder.net that cover this topic. Also you can easily see how vBulletin does it in a few lines by looking at the code in showthread.php
Also note how the MySQL query uses LIMIT to restrict the correct amount of returns for each page.
Tim Mousel
Wed 7th Feb '01, 7:30pm
Thanks freddie
s.molinari
Fri 9th Feb '01, 6:05pm
Check out: http://www.phpbuilder.com/snippet/detail.php?type=snippet&id=21
you should get what you want there. Plus there are also some good articles about prev next links.
hope I could help.
Vinay
Mon 12th Feb '01, 12:16pm
i've written one of these myself.. its located at:
http://www.geekarea.org/go.kryogen/articles/action=show/id=12
vBulletin® v3.8.0 Beta 4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.