Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/08/2007, 08:25
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: no actualiza datos

Puedes usar:
Código PHP:
$query44 = @mysql_query($sql44$dblink) or die( mysql_error() ); 
Para que MySQL te indique tu error.

Saludos.