Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/05/2010, 22:47
skanabis
 
Fecha de Ingreso: abril-2010
Mensajes: 24
Antigüedad: 14 años
Puntos: 0
Como tomar valor de value

<form action="prueba.php" method="get">
Nombre
<input type="text" name="name" value="valor" />
<input type="submit" value="enviar" />
</form>


como tomar el valor de value ?? con php?? me podrian ayudar muchas gracias