And you probably want the previous values to appear into the search form, you must add the values from the form you send with the back-link.
So for example you have a search-field in the searhpage.
<input type="text" name="search" value="<?=$_POST['search']?>">
The $_POST['search'] variable is taken from the back-link. So in the first time it doesnt show anything, only when you push the back-link..
Heh, I have said it many times but I say it again: Im a bad explainer! 🙂