Hello Forum,
This is my first post. I'm a bit of noob in php and mysql but I'm coming along quite well.
I'm having an issue re-using a mysql result.
I have a query that searches my database (mysql) and returns search results kind of like google. My problem is, I can't figure out how to re-use those query results. I'll try to explain a bit further. A user searches for xyz. Xyz results are displayed. User selects a result by clicking link. What I'd like to do is take those remaining results and carry them over to the destination page the user clicked on. This way, the search results from the original search are available if they didn't like their first choice.
Can anyone point me in the right direction?
Thank!
Joshua