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
Post a Comment