18/04/2012, 07:51
|
| | | Fecha de Ingreso: agosto-2008 Ubicación: R.D
Mensajes: 1.153
Antigüedad: 16 años, 3 meses Puntos: 139 | |
Respuesta: Simplificar array
Código PHP:
Ver originalforeach ($my_Array as $index => $key){ $new_Array[$my_Array[$index]['name']] = $my_Array[$index]['cuantos']; }
|