![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
03/07/2011, 12:35
|
| | Fecha de Ingreso: julio-2008 Ubicación: Barcelona
Mensajes: 2.100
Antigüedad: 16 años, 6 meses Puntos: 165 | |
Respuesta: Dos foreach en un insert
Código PHP:
Ver original for($i = 0; $i<count($array_a); $i++) { echo $array_a[$i] . ' - ' . $array_b[$i] . '<br />'; }
|