$text = 'yaz kış akıllı deli zeki saf yaz uzun deli kısa '; $text = explode("\n",$text); $text = array_unique($text); $text = implode("\n", $text);