![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/03/2008, 19:31
|
![Avatar de Italico76](http://static.forosdelweb.com/customavatars/avatar175649_11.gif) | | | Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años, 10 meses Puntos: 292 | |
Re: Comparando 2 tablas actualizando 1 Tu problema esta en que estas anidando los whiles!
Hace algo asi:
while ($q1row=mysql_fetch_array($query)) {
$q2row=mysql_fetch_array($query2); // sin while
...
...
}
__________________ Salu2! |