How do i perform search from php within the search result that was just returned? In oder to perform a search on the result set again i need to have the result set stored some where. either in session/cookie or temporary table in the mysql server. i tried the mysql temp tables using php. but in vain. i guess temp tables are not the answer. should i use sessions or cookies with client side scripting? I'm wondering if there is any other way to do it.
If my question is still not clear, i'm trying to mimic google's search within result or orkut style filter searching. Thanks for your time.