How to make every word in the text clickable and send it to the script

Posted by fakson on Stack Overflow See other posts from Stack Overflow or by fakson
Published on 2010-03-24T14:33:14Z Indexed on 2010/03/24 14:43 UTC
Read the original article Hit count: 464

Filed under:
|
|
|
|

I have a text for example

"The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps

over the lazy dog."

When i click on word i must get data from XML or from mysql about this word.

How i can make every word active for click and send it to another script

for example: I click on dog, and in new window i get information about dog? on fox about fox? every word must be clickable

Any ideas, links or examples?

Using php, mysql, jquery, ajax

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql