Hi
I was wondering if anyone can help me.
I have a form that filters results.
I save the form data in cookies.
When the user navigates away from the page and comes back I want the search results to stay.
Rather than using
[php]if (!empty($_POST)) {
.
.
.
}[/php]
I tried an if statement to say if a cookie is set then to filter the results but it didn’t work.
Any ideas?