Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/08/2005, 13:06
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 5 meses
Puntos: 11
Jaja, coloque alreves los parametros:

Código PHP:
$string =  "0482632351|8745";
$arraycad explode("|",$string);
$variable1 $arraycad[0];
$variable2 $arraycad[1]; 
http://www.php.net/manual/es/function.explode.php