Hi everybody
I have a search engine that brings the results of a query with a variable called $search.
Now when I click on the items listed from the result it takes me to a page where I can see description, etc,etc.
What I would like to do, is to bring to this description page all the results with a small picture of the items in the top of the page so instead of going back to the result page I can just make a simple clic on each image to see their descriptions.
What I´m thinking to do is to call the variable $search to my description page hoping that this may work.
Question 1
Is this the right way to do it?
Question 2
In that case, how can I call it? With GET_?
Any help or comment is greatly appreciated
Thanx