<?php $Dosya = explode("\n", file_get_contents("test.txt")); $Dosya = array_unique($Dosya); file_put_contents("test.txt", implode("\n", $Dosya));