to all guru
how can i random the content of an array example $ar=array(1,7,5,8,4,3);
random result (without repeating value) $arra=array(7,4,1,5,3,8);
http://us2.php.net/manual/en/function.shuffle.php