i am a beginner in php scripting... can I call php function from img tag by using onclick like this?
<img src="3.png" onclick="myfunction();" />
I tried this:
<a href="vote.php"><img src="3.png" /></a>
but it is not working. I do not want to go the the vote.php page. Any ideas ?