![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
![]() |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
|
|
#1
|
|||
|
|||
|
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> */*/*/ |
![]() |
|
|
|