Ver Mensaje Individual
  #6 (permalink)  
Antiguo 30/11/2007, 16:35
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

Código PHP:
$result=mysql_query("update base set campo1='UpdateOK' where Registro like
'$Variable'"
,$link) or die( mysql_error() ); 
Saludos.