Búsqueda personalizada
 
 
 
 
   
 
  <html> 
  <head> 
  <title>Problema</title> 
  </head> 
  <body> 
  <form action="pagina2.php" 
   method="post"> 
  Ingrese nombre:<input 
  type="text" name="nombre"><br> 
  Ingrese su curriculum:<br> 
  <textarea name="curriculum">
   </textarea> 
  <br> 
  <input type="submit" value="Confirmar"> 
  </form>
  </body> 
  </html> 
   
 
 <html> 
<head> 
<title>Problema</title> 
</head> 
<body> 
<?php 
  echo "El nombre ingresado:".$_REQUEST['nombre']; 
  echo "<br>"; 
  echo "El curriculum:".$_REQUEST['curriculum']; 
  ?>
</body> 
</html> 
 
 
       

¿Quienes somos?

Condiciones de uso

Publicidad

Privacidad de la informacion