What is the use of the id at the connection here?
金华郭德纲
金华郭德纲 2019-02-09 21:27:42
0
3
1237

echo '<td><a href="delete.php?id=' . $row['id'] . '">Delete user</a></td>';

金华郭德纲
金华郭德纲

reply all(1)
jjJ

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

  • reply Thanks! At the same time, I would like to ask: Is this using the get method to pass parameters? Also, what should I do if I want to pass two parameters at the same time?
    金华郭德纲 author 2019-02-09 22:25:11
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template