Ver Mensaje Individual
  #15 (permalink)  
Antiguo 06/02/2006, 16:05
ingeniero4ever
 
Fecha de Ingreso: julio-2005
Mensajes: 44
Antigüedad: 18 años, 9 meses
Puntos: 0
bueno perdon a todos, ahora me explico mejor.... tengo la siguiente tabla hecha con html:

<html>
<head>
<title> New Document </title>
</head>
<body>
<table>
<form name="formulario">
<tr>
<td>
<input type="text" name="CAMPO1" value="">
<input type="text" name="CAMPO2" value="">
</td>
</tr>
<tr>
<td><input type="radio" name="insertar_registro" ></td>
</tr>
</form>
</table>
</body>
</html>

Como realizar una funcion en php que al pinchar el radio button, me aparezca un nuevo registro sin borrar los registros antes llenados ???

Si alguien me puede ayudar sería de gran ayuda......