![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/04/2004, 09:45
|
| | Fecha de Ingreso: abril-2004 Ubicación: Caracas
Mensajes: 4
Antigüedad: 20 años, 9 meses Puntos: 0 | |
esto es lo que tengo en paso 2, disculpa que te moleste tanto, crees que sea aqui?
<form name="form1" method="post" action="completado.php">
<table width="75%">
<!--DWLayoutTable-->
<tr>
<td width="117" height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Nombre</font></td>
<td valign="top"><?php echo $_POST['Nombre'];?> </td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Apellido</font></td>
<td valign="top"><?php echo $_POST['Apellido'];?> </td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">C.I.</font></td>
<td valign="top"><?php echo $_POST['CI'];?> </td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Direccion</font></td>
<td valign="top"><?php echo $_POST['direccion'];?> </td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Telef.
Oficina</font></td>
<td valign="top"><?php echo $_POST['oficina'];?> </td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Telef.
Habitacion</font></td>
<td valign="top"><?php echo $_POST['hab'];?> </td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Telef
Celular</font></td>
<td valign="top"><?php echo $_POST['celular'];?> </td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Telef.
Fax</font></td>
<td valign="top"><?php echo $_POST['fax'];?> </td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Email</font></td>
<td valign="top"><?php echo $_POST['email'];?> </td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Ayuda</font></td>
<td valign="top"><?php echo $_POST['ayuda'];?> </td>
</tr>
<tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Modalidad</font></td>
<td valign="top"><?php echo $_POST['opcion'];?> </td>
</tr>
<tr>
<td height="35" valign="top"> <div align="right"> </div></td>
<td valign="top"> <div align="left">
<input type="submit" name="Aceptar" value="Registrar">
</div></td>
</tr>
</table>
<?php echo "<input name="."Nombre". " type="."hidden"." value=". $_POST['Nombre'] ."> ";?>
<?php echo "<input name="."Apellido". " type="."hidden"." value=". $_POST['Apellido'] ."> ";?>
<?php echo "<input name="."CI". " type="."hidden"." value=". $_POST['CI'] ."> ";?>
<?php echo "<input name="."direccion". " type="."hidden"." value=". $_POST['direccion'] ."> ";?>
<?php echo "<input name="."oficina". " type="."hidden"." value=". $_POST['oficina'] ."> ";?>
<?php echo "<input name="."hab". " type="."hidden"." value=". $_POST['hab'] ."> ";?>
<?php echo "<input name="."celular". " type="."hidden"." value=". $_POST['celular'] ."> ";?>
<?php echo "<input name="."fax". " type="."hidden"." value=". $_POST['fax'] ."> ";?>
<?php echo "<input name="."email". " type="."hidden"." value=". $_POST['email'] ."> ";?>
<?php echo "<input name="."ayuda". " type="."hidden"." value=". $_POST['ayuda'] ."> ";?>
<?php echo "<input name="."opcion". " type="."hidden"." value=". $_POST['opcion'] ."> ";?>
</form>
gracias
Juan_Vzla |