RE: [PHP] Delete an upload

2006-07-17 Thread Jay Blanchard
[snip] I created a form where users can upload. I'm working on the section where admins can delete entries. When I have a user delete an entery, I have it taking out of MySQL (working fine) But how do I delete the file that was uploaded? Thanks for any help [/snip] http://www.php.net/unlink

RE: [PHP] Delete an upload

2006-07-17 Thread mike bellerby
You unlink it. Mike Message Received: Jul 17 2006, 04:26 PM From: Benjamin Adams [EMAIL PROTECTED] To: php php php-general@lists.php.net Cc: Subject: [PHP] Delete an upload I created a form where users can upload. I'm working on the section