Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/11/2007, 15:51
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 10 meses
Puntos: 2135
Re: Error en Update

Prueba asi:
Código PHP:
 $result=mysql_query("
        UPDATE auth
        SET pass = '$codigoNuevo'
        WHERE name='$nombre'"
,$link) or die( mysql_error() ); 
Y checa que error te esta generando.

Saludos.