Re: [PHP] Delete files from the server

2004-12-17 Thread Richard Lynch
Steve Marquez wrote: > I have uploaded some pictures and thumbnails using a PHP form into a > particular directory. I would like to be able to select the name of the > picture and then chose to delete that picture and its thumbnail from the > server using another form. > > The name of the picture i

Re: [PHP] Delete files from the server

2004-12-16 Thread Matt M.
> I have uploaded some pictures and thumbnails using a PHP form into a > particular directory. I would like to be able to select the name of the > picture and then chose to delete that picture and its thumbnail from the > server using another form. try the manual my man http://us2.php.net/unlink

RE: [PHP] Delete files from the server

2004-12-16 Thread Jay Blanchard
[snip] I have uploaded some pictures and thumbnails using a PHP form into a particular directory. I would like to be able to select the name of the picture and then chose to delete that picture and its thumbnail from the server using another form. The name of the picture is in the MySQL database.

[PHP] Delete files from the server

2004-12-16 Thread Steve Marquez
Greetings everyone, I have uploaded some pictures and thumbnails using a PHP form into a particular directory. I would like to be able to select the name of the picture and then chose to delete that picture and its thumbnail from the server using another form. The name of the picture is in the My