I have a database with "Products" in it. And on the front end of the website I have a link next to each product that says "move to trash".
When someone click on this link <a href="#">more to trash</a>
I want to move that particular product with id=2 to "trash" table. How to perform a query so it moves that particular product to "trash" table width product Id and Name?