Tema: button O_O
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/04/2010, 21:45
web_master7
(Desactivado)
 
Fecha de Ingreso: octubre-2009
Mensajes: 109
Antigüedad: 15 años, 4 meses
Puntos: 1
button O_O

Hola foreros

como ago funcionar este formulario pero en lugar de usar submit usando button O_O
Código PHP:

<form method="post" action="">
<input type="text" name="yo" />
<!--
<input type="submit" value="hola" />
-->
<input type="button" value="hola" />
</form>
 <?php
 
echo $_POST['yo'];
 
?>