Delete row in mysql and associated from folder

后端 未结 1 1654
死守一世寂寞
死守一世寂寞 2021-01-16 17:00

I have admin panel where I show rows from database with ability to delete them. Here is how I delete them delete.php

UPDATE

if (iss         


        
相关标签:
1条回答
  • 2021-01-16 17:24

    use unlink($your_image_path) to delete image

    0 讨论(0)
提交回复
热议问题