Results 1 to 4 of 4

Thread: Paged Inventory

  1. #1
    Join Date
    Oct 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Paged Inventory

    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?

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    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!
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Oct 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Pagination! The magic word, many thanks.

  4. #4
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •