Hi,

Can someone show me a simple, clean way to apply one function (eg stripslashes()) to every element in an array (eg $_POST)?

I've been doing it with a foreach() loop, but there has to be a better way. I've also seen http://www.php.net/array_walk, but couldn't determine how/if it suited my needs.


TIA Justin

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



Reply via email to