Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/01/2009, 05:53
rome96
 
Fecha de Ingreso: noviembre-2008
Mensajes: 103
Antigüedad: 15 años, 5 meses
Puntos: 0
Respuesta: problema con un insert en la base de datos

olvide agregar por si sirve de algo el codigo en cuestion:

if($_POST["escribano1"]=="ok"){

mysql_query("INSERT INTO inmobiliaria (clave_tipo,transaccion,clave_local,ambientes,dire ccion,desc_corta,desc_larga) VALUES ('$_POST[fclave_tipo]','$_POST[ftransaccion]','$_POST[fclave_local]','$_POST[fambientes]','$_POST[fdireccion]','$_POST[fdesc_corta]','$_POST[fdesc_larga]')");
}

ya verifique y todos los datos llegan al if correctamente...