<? $texto = '{cat_description}'; $texto2 = substr(html_entity_decode($texto),0,35); $texto_cortado = htmlentities($texto2); echo $texto_cortado,'...'; ?>