Código PHP:
<?
$query = "select noticia FROM noticias ";
$resp = mysql_query($query);
$datos = mysql_fetch_array($resp);
$texto= "$datos[noticia]";
echo substr($texto, 0, 150) . "...";
?>
gracias haber si alguien sabe el porque me hace esto