How to store search result ?
- by manndaar
Hello,
I am working on my personal site, where I want to store my customers recent search result limited to that particular session.
I am using PHP platform and Javascripts.
Here is an example of what I am exactly looking at :
It stores your previously searched domain name for that particular session so that user can make decision by comparing those results.
How to achieve this using php, javascripts or some sort of div layer ????
Thanks.