Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/02/2008, 13:03
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Error mysql_fetch_array anidados

Prueba hacer lo mismo que con tu primer query:
Código PHP:
$result1 mysql_query($sql1) or die(mysql_error()." : ".mysql_error()); 
Saludos.