Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/09/2011, 23:02
Avatar de Naahuel
Naahuel
 
Fecha de Ingreso: marzo-2011
Ubicación: localhost
Mensajes: 796
Antigüedad: 13 años, 1 mes
Puntos: 192
Respuesta: Detectar accion en otro archivo

¿Pues no es eso lo que hace comunmente?

Código PHP:
Ver original
  1. <form action="archivo_que_recibe_el_form.php" method="GET">
  2.   <input type="text" id="variable" name="variable" />
  3.   <input type="submit" />
  4. </form>

Y luego en archivo_que_recibe_el_form.php:

Código PHP:
Ver original
  1. valor = $_GET['variable'];
__________________
nahueljose.com.ar