Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/03/2011, 05:32
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: DIVIDIR string de dos en dos

a ver, seria algo así:

Código PHP:
Ver original
  1. $str   = '342H23HU24IHG42GH234GHY23G';
  2. $split = str_split($str, 2);
  3. print_r($split);
__________________
http://es.phptherightway.com/
thats us riders :)