how to delete mp3 file using php? -


how delete mp3 file using php? tried unlink() didn't work. unlink deletes file?

for example:

unlink('../../assets/users/vincent815_folder/music/eenie_meenie_-_sean_kingston.mp3'); 

i'm pretty sure it's not path because tried , played in site.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -