delete the upload file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Lphp
Forum Commoner
Posts: 74
Joined: Sun Jun 26, 2011 9:56 pm

delete the upload file

Post by Lphp »

php have a lot example tutorials me how to upload a file to server , is the a way allow me to delete the file on web
Thank!
Dodon
Forum Commoner
Posts: 64
Joined: Wed Aug 03, 2011 4:11 am
Location: Netherlands

Re: delete the upload file

Post by Dodon »

Take a look at unlink()
Post Reply