![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/11/2012, 11:44
|
![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: Como llenar un array con formulario
Código PHP:
Ver original// agregar un elemento nuevo $array[] = $foo; // agregar otro elemento $array[] = $bar; // agregar usando un índice: $array['algo'] = $baz;
|