php view SQL table with page based on input text

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    php view SQL table with page based on input text

    Hi... I am using input box to user enter date which is the my db table. When user input date and click submit button it shows report,up to this works fine. From here I want to show 10 items per page with previous next button. How do I do?

    #2
    pagination and mysql LIMIT $pageNumber*10, 10));

    Comment


      #3
      Use pagination
      have connected with http://adexchat.com ?
      Fun up with
      http://forum.adexchat.com

      Comment

      Working...
      X