socorro
<form name="Form1" method="POST" action="bd_saida.php" id="Form1">
<label for="" id="Label1" style="position:absolute;left:0px;top:3px;width:93px;height:21px;line-height:21px;z-index:0;">Label:</label>
<input type="text" id="Editbox1" style="position:absolute;left:92px;top:3px;width:191px;height:16px;z-index:1;" name="box_1" value="<?php echo $row_tb_entrada['cl_um']; ?>" spellcheck="false">
<label for="" id="Label2" style="position:absolute;left:0px;top:46px;width:93px;height:21px;line-height:21px;z-index:2;">Label:</label>
<input type="text" id="Editbox2" style="position:absolute;left:92px;top:46px;width:191px;height:16px;z-index:3;" name="box_2" value="<?php echo $row_tb_entrada['cl_dois']; ?>" spellcheck="false">
<label for="" id="Label3" style="position:absolute;left:0px;top:87px;width:93px;height:21px;line-height:21px;z-index:4;">Label:</label>
<input type="text" id="Editbox3" style="position:absolute;left:92px;top:87px;width:191px;height:16px;z-index:5;" name="box_3" value="<?php echo $row_tb_entrada['cl_tres']; ?>" spellcheck="false">
<input type="submit" id="Button1" name="" value="gravar" style="position:absolute;left:92px;top:132px;width:96px;height:25px;z-index:6;"> salva arquivo banco de dados 2
<a name="apagar_entrada" href="bd_del_entrada.php?id=<?php echo $row_tb_entrada['id']; ?>">Apagar</a> deleta arquivo banco de dados 1
queria apertar um botão e fazer as duas ação ai em cima tem como
</form>Discussão (3)
Carregando comentários...