save form choose

Discussion in 'PHP' started by roice, May 31, 2011.

  1. #1
    Hello,
    I built a form that sort and filter my data/table (please look at the link: http://imageshack.us/photo/my-images/692/formv.jpg/ )
    How can I save the use choice after he enter to ticket view and back to the main page (the one you can see in the link I attached)?
    I mean - I want the user to sort/filter the data/tickets, enter to view one of them, and when he goes back to the main page (by clicking on the HOME link) I wat him to see the data still filter/sort in the same way he chose before...
    ?

    Thank you in advanced,
    Roi
     
    roice, May 31, 2011 IP
  2. roice

    roice Peon

    Messages:
    200
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
  3. roice

    roice Peon

    Messages:
    200
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    By the way - I'm working with PHP
    the form methid is POST
    when I do NEXT PAGE I transfer the variables with GET method
     
    roice, May 31, 2011 IP
  4. roice

    roice Peon

    Messages:
    200
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    is it possible?
     
    roice, Jun 1, 2011 IP
  5. roice

    roice Peon

    Messages:
    200
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Up
    ...................
     
    roice, Jun 2, 2011 IP
  6. roice

    roice Peon

    Messages:
    200
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    please, I need your advice...
     
    roice, Jun 5, 2011 IP
  7. sb.com

    sb.com Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    You could store the variables used by the filter in a $_SESSION. More info on that at http://www.php.net/manual/en/function.session-id.php
     
    sb.com, Jun 5, 2011 IP