|
|
unlink() function - Delete a file - PHP
|
Views : 264
|
|
Tagged in : PHP
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Unlink
I want to delete file using PHP code. The below code will help you.
<?php
unlink(/images/rose.jpg);
?>
If you execute the above code the rose.jpg file under the images directory will be removed.
|
|
By Nirmala, On - 2010-01-30 |
|
|
|