Forum Moderators: coopster
Deailed description: I want to create a dictionary kind of thing. Every word in the paragraph will have a link and a value which will be the cliked word will be passed to the next page that will fetch the meaning of that word from the database.
Please help
<a href="mypage.php?txt=aardvark">aardvark</a>
On mypage.php, $_GET['txt'] will equal 'aardvark'.