Ver Mensaje Individual
  #9 (permalink)  
Antiguo 06/06/2009, 13:35
Avatar de huesos52
huesos52
Colaborador
 
Fecha de Ingreso: febrero-2009
Ubicación: Manizales - Colombia
Mensajes: 5.980
Antigüedad: 15 años, 2 meses
Puntos: 360
Respuesta: Relacionar Tablas con select from where

Cita:
mysql_query("update into historial (id,numero,fecha,formadepago,concepto,importe,paga do) where id = $id",$link);
cambialo por
Código mysql:
Ver original
  1. update historial set numero=$numero, fecha='$fecha',
  2. concepto='$concepto',importe='$importe',
  3. formadepago='$formadepago',pagado='$pagado'
  4. where id=$id;
__________________
Without data, You are another person with an opinion.
W. Edwads Deming