Brian Dunning wrote:
I have a Magpie RSS feed in an array, and I want to output it in random order. What's the best (fastest) way to do this?
- Brian
easiest: array_rand()
http://www.php.net/array_rand
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php