Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/02/2008, 09:26
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: Warning: mysql_fetch_assoc():

Prueba hacer tu query asi:
Código PHP:
$sql_exec=mysql_query($sql) or die( "error en $sql: " mysql_error() ); 
Para que te indique cual es el error.

Saludos.