Ver Mensaje Individual
  #5 (permalink)  
Antiguo 04/03/2012, 15:29
Avatar de chwc
chwc
 
Fecha de Ingreso: julio-2008
Ubicación: Buenos Aires ! :D
Mensajes: 814
Antigüedad: 15 años, 9 meses
Puntos: 103
Respuesta: Ayudita con algo sencillo

entonces hazlo asi:
Código HTML:
Ver original
  1. <form action="index.php" method="get" >
  2. <p>Nombre    
  3.       <input type="text" name="nombre" />
  4.     </p>
  5. <p> Email  
  6.       <input type="text" name="email" />
  7.     </p>
  8.     <p>Mensaje :  
  9.       <input type="text" name="mensaje" />
  10. </p>
  11. </form>