Tema
:
Sumar O Comparar Registros
Ver Mensaje Individual
#
2
(
permalink
)
07/02/2008, 09:15
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
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.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV