I am running into trouble when I use an html anchor tag with php scripting inside of it. I want a php function to be invoked when I click on a word. my code looks something like this:
<a onClick="<?php description($Word, $conn); ?>" > description</a>
Can anyone help?