when a user visits any forum page, I want to extract the forumtitle on that page and pass it to a phpscript which will insert the forumtitle into an api to an external searchengine. That searchengine will return some results back to the phpscript, and I need to display that result back to the user on his current page. Example: As soon as a User visits any forum page (assume a page's title is called "games"). I need to extract "games" and send that to the searchengine which returns "arcade game, video games, flash games, etc" which I need to display "arcade game, video games, flash games, etc" back to the user on whatever the page that just loaded for the user.
|