Log in

View Full Version : Paged Inventory



Seafury
10-26-2006, 01:45 AM
Hi,

I'm trying to develop my own site and I'm planning on having a large inventory displayed. I'm wanting the inventory to be displayed as 20 items per page, with addtl pages available for viewing.

It would look something like this:
http://www.proventowork.com/view-business_business.php

You'll see that there are like 35 pages you can view and about 20 entries per page. I'm not sure really what the proper term for that is so I'm having trouble researching it. Anyone got any ideas?

thetestingsite
10-26-2006, 02:06 AM
you could google it by searching for pagination in PHP, there you could find a ton of different websites that show how to do the math and whatnot. I had to do that for a friend of mine and it turned out pretty good.

Good luck!

Seafury
10-26-2006, 02:15 AM
Pagination! The magic word, many thanks.

codeexploiter
10-26-2006, 04:21 AM
It is a technique called paging. Paging means showing your query result in multiple pages instead of just put them all in one long page.