
04/05/2006, 09:14
|
 | | | Fecha de Ingreso: octubre-2003 Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 4 meses Puntos: 11 | |
Una vez usé eso, y lo que hice fue pasar el array a un string con implode() y luego recuperar el array desde el string con explode() www.php.net/manual/es/function.implode.php www.php.net/manual/es/function.explode.php
Ahh se me olvidaba que tambien se podia hacer con serialize() y unserialize(). |