PHP Tutorial : Unlink delete file

Do you want to make a file manager system or something like that where you will be able to delete ftp/local server files directly from your browser? If so, unlink() function from php will help you to do that. Look :

<?php
unlink("filename");
?>
This entry was posted in Basic PHP and tagged , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>