--- Justin French <[EMAIL PROTECTED]> wrote:
> Can someone show me a simple, clean way to apply one function (eg
> stripslashes()) to every element in an array (eg $_POST)?
[snip]
> I've also seen http://www.php.net/array_walk, but couldn't
> determine how/if it suited my needs.
Maybe you can ex
>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 ne
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
3 matches
Mail list logo