I'm wondering theres a way to have php delete an image from a directory. I have a db table, and each row has a field holding a filename for an image, which is stored in a folder. If I delete a row, of course deleting the filename at the same time, I want to delete the image it links to as well. Is this possible?