![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/07/2009, 21:43
|
![Avatar de GatorV](http://static.forosdelweb.com/customavatars/avatar138775_9.gif) | $this->role('moderador'); | | Fecha de Ingreso: mayo-2006 Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses Puntos: 2135 | |
Respuesta: explode() ???? A mi si me sirve
Código:
# php -r "var_dump(explode(',','perro,manzana,auto',2));"
array(2) {
[0]=>
string(5) "perro"
[1]=>
string(12) "manzana,auto"
}
Saludos. |