How to cut text with php

<?php echo mb_substr(strip_tags(html_entity_decode($YOUR_VAR, ENT_QUOTES, 'UTF-8')),0,142)."..."; ?>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.