php how to allow deleting in txt file code example Example: php remove file if(file_exists($file)) { unlink($file); }