Skip to content
Advertisement

how to delete a file from folder in php

I have a folder 'items' in which there are 3 files item1.txt, item2.txt and item3.txt. I want to delete item2.txt file from folder. I am using the below code but it not deleting a file from folder. Can any body help me in that.

JavaScript

Advertisement

Answer

Initially the folder should have 777 permissions

JavaScript

or try

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement