Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/03/2008, 12:56
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: Un error muy tonto

Prueba así tu Query:
Código PHP:
$resultado=mysql_query($query,$db) or die( "Error en query: $query, error: " mysql_error() ); 
Saludos.