Display Array On Multiple Pages

Discussion in 'PHP' started by poblo10, Oct 3, 2010.

  1. #1
    So I have alot of content in a database, and want to allow users to look at the content, but its to much to fit just onto one page.
    So how could I display the content but over multiple pages.

    (Note: More content is added daily so its a growing list


    Thanks in advance :)
     
    poblo10, Oct 3, 2010 IP
  2. xrvel

    xrvel Notable Member

    Messages:
    918
    Likes Received:
    30
    Best Answers:
    2
    Trophy Points:
    225
    #2
    Use paging when you want to display your items. Just search "php paging" on google you'd probably find some made class which is easy-to-use.
     
    xrvel, Oct 3, 2010 IP
  3. axelay

    axelay Peon

    Messages:
    54
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    axelay, Oct 4, 2010 IP
  4. poblo10

    poblo10 Peon

    Messages:
    135
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Ah thanks bro I'll check it out.
     
    poblo10, Oct 4, 2010 IP