text="ircforumlari.net falan da, filan filanda. falan gibi." function bosluk_kaldir($text) { while (preg_match('/\s{2}/', $text)) { $text = preg_replace('/\s{2}/', ' ', $text); } return $text; }