Oops. I've got a typo : $itens[] Here's the correct code : 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 General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] How to loop the HTTP_POST_VARS array?
Carlos Fernando Scheidecker Antunes Sun, 20 May 2001 20:23:10 -0700
- [PHP] How to loop the HTTP_POST_VARS a... Carlos Fernando Scheidecker Antunes
- Re: [PHP] How to loop the HTTP_PO... Rasmus Lerdorf
- RE: [PHP] How to loop the HTTP_PO... 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