I want to insert a URL inside an echoed table row. Here is the URL and table column:
<a href="modify-user.php?id=<?php echo $row["id"]; ?>">Modify</a>
Here is the table column:
printf("<td class=\"listusers\">" "</td>");
Thanks for your help in advance.