Delete file using a link

后端 未结 5 1313
执笔经年
执笔经年 2021-01-17 01:52

i want to have function like delete file from database by using link instead of button. how can i do that? do i need to use href/unlink or what? Can i do like popup confirma

5条回答
  •  無奈伤痛
    2021-01-17 02:31

    Make a link:

    Delete
    

    Then make a delete.php that handles deleting and make sure you check that the session is authorised.

提交回复
热议问题