Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/03/2006, 14:52
Avatar de icebeam
icebeam
 
Fecha de Ingreso: marzo-2006
Mensajes: 27
Antigüedad: 18 años, 1 mes
Puntos: 0
La funcion substr te sería un poco mas util:

Código PHP:
$rest substr("abcdef"0, -4);  // returns "ab"