SitePoint Sponsor

User Tag List

Results 1 to 2 of 2

Thread: How to limit results in mysql and pagination in php?

  1. #1
    SitePoint Guru
    Join Date
    Aug 2004
    Location
    Canada
    Posts
    730
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to limit results in mysql and pagination in php?

    How do you limit results in mysql and pagination in php?
    Compare bible texts (and other tools):
    TheWheelofGod

  2. #2
    SQL Consultant silver trophybronze trophy
    SitePoint Award Recipient r937's Avatar
    Join Date
    Jul 2002
    Location
    Toronto, Canada
    Posts
    38,456
    Mentioned
    34 Post(s)
    Tagged
    1 Thread(s)
    with the LIMIT option in the ORDER BY clause

    as for pagination, there are lots of threads about pagination over in the php forum, go have a search

    r937.com | rudy.ca | Buy my SitePoint book: Simply SQL
    "giving out my real stuffs"

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
  •