Ver Mensaje Individual
  #5  
Antiguo 21-07-2004
mike mike is offline
Registrado
 
Registrado: jul 2004
Posts: 1
Reputación: 0
mike Va por buen camino
Unhappy

Hola Paoti, probe tu ejemplo, le añadi otro input, y le inclui a resultado.php pero no me pasa el otro valor


*/*/*/*/*/*/*/*/*/*/*//*/*equipos.htm o equipos.php */*/*/*/*/*/*
<html>
<title>Equipo Favorito</title>
<body>
<form method=post ACTION="resultado.php">
Cual es tu equipo de fútbol favorito ?
<input name="equipo" type "TEXT">
Cual es tu JUGADOR favorito ?
<input name="jugador" type "TEXT">
<input type=submit>
</form>
</body>
<html>



/*/*/*/*/*/*/*/ resultado.php */*/*/*/*/*/*/*/**/*
<html>
<body>
Tu equipo favorito es:
<?php Echo "<h1><B>$equipo</B></h1>"; ?>
<?php Echo "<h1><B>$jugador</B></h1>"; ?>
</body>
</html>

*/*/*/
Responder Con Cita