Tema: Ayuda
Ver Mensaje Individual
  #9 (permalink)  
Antiguo 22/09/2007, 02:02
Avatar de UCAMTY
UCAMTY
 
Fecha de Ingreso: septiembre-2007
Mensajes: 10
Antigüedad: 16 años, 7 meses
Puntos: 0
Re: Ayuda

LISTO !!!!

Lo hice de esta manera....
Código PHP:
mysql_query($query) or die(mysql_error());
$query2 "INSERT INTO adiestramiento (id,avances,fecha) VALUES ('$id','$avances', now())";
mysql_query($query2) or die(mysql_error()); 
Muchas GRACIAS a todos....