I am having difficulty to find out correct quote patterns to inside href to write PHP code. I checked other StackOverflow questions but did not get any idea. I am displaying data in PHP using table written inside PHP code rather then in HTML. Can anyone help me please? Thanks
"<td><a href='reps.php?id=<?php echo $data['userID']?>'". $data["userID"]. "</a></td></tr>";