Ver Mensaje Individual
  #8 (permalink)  
Antiguo 27/04/2009, 09:55
Avatar de pateketrueke
pateketrueke
Modernizr
 
Fecha de Ingreso: abril-2008
Ubicación: Mexihco-Tenochtitlan
Mensajes: 26.399
Antigüedad: 16 años
Puntos: 2534
Respuesta: La página no toma las variables

Forma correcta y segura de configurar el php.ini

Código HTML:
<form ... method="post">
<input ... name="foo"/> 
Código PHP:
echo $_POST['foo']; 
script.php?bar=candy
Código PHP:
echo $_GET['bar']; 
suerte!
__________________
Y U NO RTFM? щ(ºдºщ)

No atiendo por MP nada que no sea personal.