I am trying to call a shortcode when clicking on a button. That short code updates mysql colum. Below the code I have is not working. When clicked all it does is simple add /"" to my web address without running the shortcode.
<div class="seat-btn"><a href="<?php my_custom_shortcode(); ?>" > CLICK TO OPEN SHORTCODE</a></div>