Next and Previous buttons MySQL rows displaying 3 rows per page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • greatjuli
    New Member
    • Jul 2007
    • 7

    Next and Previous buttons MySQL rows displaying 3 rows per page

    Hi all, please I am quite new to PHP/ MySQL. I have got a table "members" and the DB name is "jutland". I have got columns - id, name, surname & email. I want to display 100 records with 5 rows per page using PHP going back and forth with previous(previo us 5 rows) and next (next 5 rows) links. I have the knowledge of the LIMIT x, y condition but still stuck on passing required parameters. Please can anyone who has done this before help me on this. I will be really grateful.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Here is yet another nice pagination tutorial.

    Comment

    Working...