Tema: radiobutton
Ver Mensaje Individual
  #8 (permalink)  
Antiguo 19/08/2009, 11:10
mindoata
 
Fecha de Ingreso: septiembre-2008
Mensajes: 136
Antigüedad: 16 años, 7 meses
Puntos: 1
Respuesta: radiobutton

ok abimaelrc, este es el codigo:

ficha_cliente.php:
Código PHP:
<form action="ficha_cliente_graba.php" method="post" name="form2" onSubmit="MM_validateForm('email','','NisEmail');return document.MM_returnValue">
<p align="center"> 
  <input type="submit" name="Submit" value="GRABAR" class="estilo">
  <input type="submit" name="Submit3" value="INSERTAR" onClick="this.form.nuevo.value=1" class="estilo">
  <input type="submit" name="Submit33" value="VOLVER" onClick="this.form.nuevo.value=2"  class="estilo">
</p>
<table width="947" border="0" align="center">
   <tr>
      <td><font size="2" face="Geneva, Arial, Helvetica, sans-serif">&nbsp;Es usted usuario del Grupo editorial SM: &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;Si 
          <input type="radio" name="p4_1" value="si"<? if($p4_1=='si') echo " checked"?>>
          &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;No 
          <input type="radio" name="p4_1" value="no"<? if($p4_1=='no') echo " checked"?>>
          &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;Otro &nbsp;&iquest;Cual? 
          <input name="p4_1_cual" type="text" class="estilo" id="p4_1_cual" value="<? echo $p4_1_cual ?>">
        </font></td>
    </tr>
  </table>

</form>
ficha_cliente_graba.php:
Código PHP:
<?  include('./enca.inc.php');

    
$p4_1 $_POST['p4_1'];
if(
$grab==1)
    {
    if(
$id=="")
        {


$insert="INSERT INTO FICHA_CLIENTE (
p4_1)
VALUES (
'$p4_1')"
;
}
}
?>
La idea es que en la base de datos en la variable p4_1 obtenga el valor chequeado