$dosya = file("dosya.txt"); unset($dosya[3]); $yeni = implode("",$dosya); file_put_contents("dosya.txt",$yeni);