
04/08/2010, 09:31
|
 | | | Fecha de Ingreso: marzo-2010
Mensajes: 55
Antigüedad: 15 años Puntos: 0 | |
Respuesta: Amigos no me puedo conectar a MYSQL,con php **** OK PARTE DEL FORMULARIO....
<td colspan="2" align="center"><b><i>Ingreso Nuevos Clientes</b></i> </td>
</tr>
<tr>
<td height="40" colspan="2">Nombre del Cliente :
<input name="txt_nomcli" type="text" id="txt_nomcli" size="50" maxlength='100' align="middle"
value="<?php print (isset($_POST['txt_nomcli']))?$_POST['txt_nomcli']:'';?>"
onFocus="foco(this);"
onBlur="no_foco(this);"
style="border:1px solid #CCCCCC"/>
</td>
</tr>
<tr>
<td width="375">R.U.T :
<input name="txt_rutcli" type="text" id="txt_rutcli" size='7' maxlength='8' align="middle"
value="<?php print (isset($_POST['txt_rutcli']))?$_POST['txt_rutcli']:'';?>"
onFocus="foco(this);"
onBlur="no_foco(this);"
style="border:1px solid #CCCCCC"/>
-
<input name="txt_dvcli" type="text" id="txt_dvcli" size='1' maxlength='1' align="middle"
value="<?php print (isset($_POST['txt_dvcli']))?$_POST['txt_dvcli']:'';?>"
onFocus="foco(this);"
onBlur="no_foco(this);"
style="border:1px solid #CCCCCC"/>
</td>
************************************************** **********************
LO DEMAS ES UGUAL Y YA SE LOS MOSTRE.,, CAPTURO,,, EL VALOR Y SE LO PASO A LA INSERCION............................... |