what is the php function to randomize the associative array while keeping key/values pairs. I don\'t mean to just randomly pick out a key value pair, but actually changing the
A comment on shuffle() might do the trick: http://ch2.php.net/manual/en/function.shuffle.php#104430