hi, I'm kind of confused and rookie about the delete image file name from database, I have five images file name in database and store image file in the folder, each table column name is (image_1, image_2, images_3, image_4, image_5).
In html , each image have delete button under bottom of image for up to five images.
Let say that I want to delete 'image_3" by pressing button, how can i write that code to make sure that i can delete that images file name ONLY from database instead of delete rest of row!
i wrote code but not sure working right...
button
<a href='inventory_list.php?deleteid=$id'>delete</a>