Need some help with what i'm trying to acheive?

This is doing my head in trying to understand.

I have a search script that returns a result match from my MySQL database.

What i want to do is:

take that specific result (that is echoed and hyperlinked **see near the bottom of the script) AND make that result echo on the target page for that link??

Is this possible? in what way should i do it? could you please help me?

Thank you in advance!!!

Yes, it is possible. Just run the same query again on the target page. You can pass variables between pages using GET, this can help specify the query that you want.

Sponsor our Newsletter | Privacy Policy | Terms of Service