Avatar Image
Usuario habitual
Usuario habitual

Bueno tengo un problema con el codigo en php que estaba haciendo, espero que me puedan ayudar con el por que la verdad no encuentro en donde este mal, tiene algo de HTML tambien.

Codigo:

<?
// Procesando los datos de un formulario y los muestra en pantalla

?>

<html>

<head>
<title>Procesando los datos con un formulario</title>
</head>

<body>
<p>&nbsp;</p>

<form method="POST" action="ejemplo11.php">
<table border="0" width="100%">

<tr>

<td width="100%" colspan="2">Por favor complete el siguiente formulario</td>

</tr>


<tr>

<td width="19%" align="right">Nombre y Apellido: </td>
<td width="81%"><input type="text" name=nombre size="29"></td>

</tr>


<tr>

<td width="19%" align="right">E-mail: </td>
<td width="81%"><input type="text" name=e_mail size="29"></td>

</tr>

<tr>

<td width="19%"></td>
<td width="81%"><input type="submit" value="Enviar"></td>

</tr>

</table>
</form>
<p>&nbsp;</p>
</body>
</html>


<?
// imprimo los datos previamente en negrita.
echo "Su nombre es: <b>$nombre</b> y su direccion de e-mail es: <b>$e_mail</b>";
?>


Avatar Image
User 390661
@man / @woman
@man / @woman
Codigo PHP:

<?

// imprimo los datos previamente en negrita.
if($_POST[envio]){
echo
"Su nombre es: <b>$nombre</b> y su direccion de e-mail es: <b>$e_mail</b>";
}else{
?>



<html>



<head>

<title>Procesando los datos con un formulario</title>

</head>



<body>

<p> </p>



<form method="POST" action="ejemplo11.php">

   <table border="0" width="100%">

  
          <tr>



<td width="100%" colspan="2">Por favor complete el siguiente formulario</td>



          </tr>





          <tr>



<td width="19%" align="right">Nombre y Apellido: </td>

<td width="81%"><input type="text" name="nombre" size="29"></td>



          </tr>





          <tr>



<td width="19%" align="right">E-mail: </td>

<td width="81%"><input type="text" name="e_mail" size="29"></td>



          </tr>



         <tr>



<td width="19%"></td>

<td width="81%"><input type="submit" name="envio" value="Enviar"></td>



          </tr>



</table>

</form>

<p> </p>

</body>

</html>
<?
}
?>






ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
TemaUsuariosRespuestasVisitasActividad
Por: , el 24/Ene/2012, 21:58
franciskiko_20 GestionXls12kJan/12
Por: , el 15/Oct/2011, 04:17
franciskiko_20 NoSetup.org15kOct/11
Por: , el 21/Oct/2010, 15:03
lenusia chavp NoSetup.org34kOct/10
Por: , el 12/Oct/2009, 06:28
tHeEkiZdeH GestionXls12kOct/09
Por: , el 17/Sep/2009, 08:27
tHeEkiZdeH NoSetup.org34kSep/09