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
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
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