if (!isset($_GET['full'])) { echo mb_substr($text, 0, 3000) . ' <a href="?full">читать все</a>'; } else { echo $text; }