How to pass data-id variable from modal to php page
问题 I have the following DELETE button that I am passing $userid through the data-id <a href='#myModal' class='trash' data-id='".$userid."' role='button'data-toggle='modal'> Delete</a> I have the following modal <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4