begin_transaction(); $pst = $conexion->prepare("INSERT INTO GARDENER(id,fechaBG,hum1,hum2,hum3,hum4,tempsup,humsup,tempinf,huminf,tempext,humext) values(?,?,?,?,?,?,?,?,?,?,?,?)"); //bind_param recive i=enteros d=double o decimal s=cadena b=boolean $pst->bind_param('isiiiidididi',$id,$fecha,$hum1,$hum2,$hum3,$hum4,$tempsup,$humsup,$tempinf,$huminf,$tempext,$humext); $pst->execute(); $conexion->commit(); echo "Datos Enviados, Volver"; ?>