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

Prueba asi:
Código PHP:
$result=mysql_query("update base set campo1='UpdateOK' where Registro like
'$Variable')"
,$link) or die( mysql_error() ); 
Para que te muestre el error.

Saludos.