how to delete some files if present in php code example Example: php remove file if(file_exists($file)) { unlink($file); }