Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/07/2009, 11:08
Avatar de halt
halt
 
Fecha de Ingreso: junio-2009
Ubicación: Barcelona
Mensajes: 27
Antigüedad: 14 años, 10 meses
Puntos: 0
Respuesta: marcacion mediante DNI

Pues en esta linea, al final añade lo que te e puesto:

Código PHP:
mysql_query("INSERT INTO $tabla (cirun, fecha, hora) VALUES ('$v1', '$v2', '$v3') where cirun='$v1'"$conexion); 
y si no es asi, prueba con esto otro

Código PHP:
mysql_query("INSERT INTO $tabla (cirun, fecha, hora) VALUES ('$v1', '$v2', '$v3') where $tabla.cirun='$v1'"$conexion);