How to store search result ?
        Posted  
        
            by manndaar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by manndaar
        
        
        
        Published on 2010-06-18T10:03:06Z
        Indexed on 
            2010/06/18
            10:13 UTC
        
        
        Read the original article
        Hit count: 293
        
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.
© Stack Overflow or respective owner