![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/08/2005, 13:06
|
![Avatar de claudiovega](http://static.forosdelweb.com/customavatars/avatar44992_1.gif) | | | Fecha de Ingreso: octubre-2003 Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 3 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 |