Ver Mensaje Individual
  #5 (permalink)  
Antiguo 13/04/2004, 09:45
Juan_Vzla
 
Fecha de Ingreso: abril-2004
Ubicación: Caracas
Mensajes: 4
Antigüedad: 20 años
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'];?>&nbsp;</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'];?>&nbsp;</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'];?>&nbsp;</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'];?>&nbsp;</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'];?>&nbsp;</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'];?>&nbsp;</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'];?>&nbsp;</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'];?>&nbsp;</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'];?>&nbsp;</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'];?>&nbsp;</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'];?>&nbsp;</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