How do I pass Button Value as a variable in Ajax? – Jquery ajax
I have a problem. I want to exchange certain data using PHP, MySQL and Ajax. To do this I always have to pass the ID of a field to my backend, so I can continue working with this ID. How…