Hello all,
I'm trying to loop the $HTTP_POST_VARS variable like an array like this :
$index = count($HTTP_POST_VARS);
for($i=0; i < $index; i++) {
$itens = $HTTP_POST_VARS[$i];
}
But it is not working.
Can anoyone tell me how to do it?
Thanks,
Carlos Fernando.
[PHP] How to loop the HTTP_POST_VARS array?
Carlos Fernando Scheidecker Antunes Sun, 20 May 2001 20:21:39 -0700
- Re: [PHP] How to loop the HTTP_POST_VA... Carlos Fernando Scheidecker Antunes
- Re: [PHP] How to loop the HTTP_PO... Rasmus Lerdorf
- [PHP] How to loop the HTTP_POST_V... Carlos Fernando Scheidecker Antunes
- RE: [PHP] How to loop the HTTP_PO... Maxim Maletsky
- Re: [PHP] How to loop the HTT... Carlos Fernando Scheidecker Antunes

