Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/09/2011, 05:48
Avatar de Eleazan
Eleazan
 
Fecha de Ingreso: abril-2008
Ubicación: Ibiza
Mensajes: 1.879
Antigüedad: 16 años, 1 mes
Puntos: 326
Respuesta: Duda con ARRAY

Código PHP:
$i 0;
foreach(
$info as $key => $value) { 
    
$info[$key] = $datos[$i]; $i++;

Supongo q algo así serviria

O bien:
Código PHP:
$info array_combine($info$datos); 
http://www.php.net/manual/en/function.array-combine.php
__________________
>> Eleazan's Source
>> @Eleazan