Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/06/2012, 15:53
zz_sioux
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Problema Get y Post en wamp server

Formulario
Código HTML:
Ver original
  1. <form method=get ACTION="presentarusuario.php">
  2. <input name="usuario" type "TEXT">
  3. <br>
  4. <br>
  5. <input type=submit>
  6. </form>
  7. </body>

Script
Código PHP:
Ver original
  1. <html>
  2. <body>
  3. Usuario:
  4. <?php
  5. echo $usuario;
  6. ?>
  7. </body>
  8. </html>

Y el error

( ! ) Notice: Undefined variable: usuario in C:\wamp\www\Taller\presentausuario.php on line 5
Call Stack
# Time Memory Function Location
1 0.0010 363384 {main}( ) ..\presentausuario.php:0