it is possible to insert in a database(e.g. MySQL) some values or informations like alt attribute when an image is clicked? How could I do that?
Thanks in advance!
it is possible to insert in a database(e.g. MySQL) some values or informations like
Share
Yes, you can do that easily with Jquery and some server side processing.
In your page
myserverpage.phpyou can find the POST array the values you set in the Ajax request.