Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/06/2002, 17:11
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años
Puntos: 7
Re: formulario ke se procesa a si mismo

prueba con
Código:
 
<?
if(isset($proc))
{print("el valor es: $texto");}
?>
<form action="procesar.php" method="POST">
<input type="text" name="texto">
<input type="submit" name="proc">
</form>