Ver Mensaje Individual
  #13 (permalink)  
Antiguo 21/10/2009, 03:29
Avatar de angel1993
angel1993
 
Fecha de Ingreso: octubre-2009
Mensajes: 752
Antigüedad: 14 años, 7 meses
Puntos: 22
Respuesta: ayuda limitar caracteres a la hora de mostrar

uff.

$texto =$row['titulo'];
if (strlen($texto) >= $cuantos)
return $texto;
return substr($texto, 0, $cuantos) . '...';
}

No me funciona :S, nose como hacerlo..