PDA

View Full Version : How to delete files?


MGM
Mon 1st Nov '04, 7:53pm
What's the PHP code to delete an image in a folder? I know how to add files but I have no clue how to delete them. Any help at all would be appreciated. A sample code with a small explanation would be all I need to go on with my CMS. Thanks.

MGM out

Stadler
Mon 1st Nov '04, 8:04pm
unlink (http://www.php.net/unlink)('/path/to/image.png');

MGM
Mon 1st Nov '04, 8:42pm
lol, thanks! I found the php.net link a few minutes before you posted :p thanks for the info and for being quick though

MGM out