Pass id to Bootstrap modal
问题 I wanna pass value userID from this table to Bootstrap modal so that we can view his info. Can somebody help me how to do this? Here is my user table: <table cellpadding="0" cellspacing="0" width="100%" class="table table-striped" id="example"> <thead> <tr> <th align="center" width="5%">n</th> <th align="center">name</th> <th align="center" width="12%">Activity</th> </tr> </thead> <tbody> <tr> <td><?= $i; ?>.</td> <td><?php echo $row['name']; ?></td> <td> <a href="#dModal" data-toggle="modal"