I have a series of links:
<a href="#">insert into database1</a>
<a href="#">insert into database2</a>
<a href="#">insert into database3</a>
I want to be able to click the link, then the link will be an action to insert things to the desired database (the link acts like a button).
Something like the following:
You can change the parameters where needed.
And the backend side would like something like (PHP example).