Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/02/2008, 09:15
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Hacer Variables

La tomas directo como se llama el input, todo depende de tu formulario, si el input lo llamas:
Código HTML:
<input type="text" name="variable1" /> 
En PHP la rescatas como $_POST['variable1'] o $_GET['variable1'].

Saludos.