Results 1 to 4 of 4

Thread: Paginate MYSQL Table

Threaded View

  1. #3

    Thread Starter
    Lively Member Marthz's Avatar
    Join Date
    Nov 2009
    Posts
    115

    Re: Paginate MYSQL Table

    Quote Originally Posted by penagate View Post
    Use a LIMIT on your query to set upper and lower boundaries to the results.
    Already have that, but that doesn't help me on knowing how to paginate it. I've never done it before, and there aren't really any good tutorials that I can find.

    PHP Code:
    $result mysql_query("SELECT * FROM Characters WHERE gm=0 ORDER BY Level DESC LIMIT 100"); 
    Incase you wanted it.
    Last edited by Marthz; Oct 16th, 2012 at 01:31 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width