Hi, i have i site where you can get points when you click on an image.
I need to have a code that automatically gives points to the user that clicks on the image.
this is the mysql query to give the points.
mysql_query("UPDATE members
SET points
= '$points1' WHERE username
= '$username1'")
(this is wrong i know)
and then like <img src"blabla" 'Onclick: give points :D' >
is there any script that can do this