hi,
just remove the "&" from the first argument of array_walk, the function then
operates on a copy of the array.
this is written in the PHP manual, check there
khalid
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- [PHP] something like array_walk? A. J. McLean
- Re: [PHP] something like array_walk? Marek Kilimajer
- RE: [PHP] something like array_walk? Jon Haworth
- Re: [PHP] something like array_walk? A. J. McLean
- Khalid El-Kary