Chris Shiflett wrote:

You might strongly consider using foreach() instead for reasons of
performance (1000% or more faster):

http://www.blueshoes.org/en/developer/php_bench/

You could simply:

foreach ($_POST as $name => $value)
{
   ...
}

Hope that helps.

Sure does, thanks!


--

Charlie Fiskeaux II
Media Designer
Cre8tive Group
cre8tivegroup.com

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



Reply via email to