Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/04/2013, 01:20
alyciashape
 
Fecha de Ingreso: abril-2012
Mensajes: 590
Antigüedad: 12 años
Puntos: 58
Respuesta: unir dos tablas qu estan en 2 arrays

Supongo que la función array_merge http://es1.php.net/manual/es/function.array-merge.php te servirá.

Código PHP:
Ver original
  1. array_merge ($array1, $array2)