logo       
Google Custom Search
    AddThis Social Bookmark Button

Problem with $HTTP_POST_VARS: msg#00368

Subject: Problem with $HTTP_POST_VARS
I'm trying to use $HTTP_POST_VARS but it have not value.
I found a configuration line in php.ini 
track_vars = On

but it didn't function.

The code:

echo "Valores enviados con el método POST: $step<br>";
 reset ($HTTP_POST_VARS);
 while (list ($clave, $val) = each ($HTTP_POST_VARS)) 
   { echo "$clave => $val<br>"; };

Show somting like that:

Valores enviados con el método POST: 

Any idea?

Thanks.

--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>