echo '<td><a href="delete.php?id=' . $row['id'] . '">Delete user</a></td>';
The id of the user. If you want to delete the user, you need this id to find the corresponding data in the database for operation
The id of the user. If you want to delete the user, you need this id to find the corresponding data in the database for operation