Shady, $text = $rest['text']; if (mb_strlen($text) > 30) { $text = mb_substr($text, 0, 30); $text .= '.....'; }