pagination not retaining data field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • s4lin
    New Member
    • Jul 2007
    • 1

    pagination not retaining data field

    problem is pagination not retaining data field

    i have form with general data field, and i need to select some option which is store in database, so i open another page with retrieving data from table with pagination
    form data's are retaining if i select from first page but data not retaining if i select option from other than 1st page. i m using hidden field in pagination page.


    Thanks
    stalin
  • satya61229
    New Member
    • Feb 2007
    • 24

    #2
    Originally posted by s4lin
    problem is pagination not retaining data field

    i have form with general data field, and i need to select some option which is store in database, so i open another page with retrieving data from table with pagination
    form data's are retaining if i select from first page but data not retaining if i select option from other than 1st page. i m using hidden field in pagination page.
    Very difficult to get your problem.

    But here is the link for paging with comments.
    PHP Mysql paging
    If you are using data from another page and based on that you are showing paginatin then you need to put input hidden in every page come in pagination. Or check with storing ur data in session.

    Comment

    • pbmods
      Recognized Expert Expert
      • Apr 2007
      • 5821

      #3
      Changed thread title to better describe the problem (did you know that threads whose titles contain phrases such as, 'please help' and 'very urgent' actually get FEWER responses?).

      Comment

      Working...