Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/02/2007, 16:15
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Re: Mostrar datos de 4 tablas relacionadas

Cambia esto:
Código PHP:
while ($row mysql_fetch_array($result)) 
Por esto:
Código PHP:
while ($row mysql_fetch_array($sql))