PHP unlink May 12, 2012 Pramod T P It deletes the file Example <?php unlink(“test.txt”) or die(“Failed”); ?>