View Single Post
  #1 (permalink)  
Old 04-21-04, 06:39 PM
mdhall's Avatar
mdhall mdhall is offline
Aspiring Coder
 
Join Date: Oct 2003
Posts: 510
Thanks: 1
Thanked 1 Time in 1 Post
Delete an image with php

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?
Reply With Quote