advanced code snippet search
embrace on 10/16/10
array Value shuffle arr grabing
10/16/10 07:16pm
1 person have marked this snippet as a favorite
pytheas
Nothing special. First snippet. :)
<?php function random_arr($array) { $random = shuffle($array); echo $random; } ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.