Hi, I'm looking for a concrete example I could use to create an array where each element from an original array is processed by a function.

It seems array_walk would be the solution but it doesnt seem to output an array.

My function looks up my array elements in a mysql table and outputs a corresponding row value. So I would like my new array to be made up of these values.

Can anyone help?

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



Reply via email to