This line of code currently works:
echo"<td><a href=deleteuser.php?id=".$row['id'].">Delete</a></td>";
And I am trying to add the "onclick="return confirm('Are you sure?');"
However, it is throwing syntax errors where ever I place it.
Thank you