Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/07/2004, 09:12
edwinmc
 
Fecha de Ingreso: octubre-2003
Mensajes: 152
Antigüedad: 20 años, 6 meses
Puntos: 2
esta seria otra forma

Código PHP:
$num 500;
$str $substr($texto,$num);
$n strlen($str)-strpos($str," ");
$textocortado substr($str,-$n); 
creo, pruebalo.