Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/11/2008, 03:35
Avatar de Fernand0
Fernand0
 
Fecha de Ingreso: septiembre-2005
Ubicación: Buenos Aires
Mensajes: 610
Antigüedad: 18 años, 7 meses
Puntos: 19
Respuesta: Convertir string en variables

Split()

Código PHP:
splited=stringquetedioflash.split('-'); 
splited[0] == 45
splited[1] == 432
..
..
..