student
03-30-2007, 04:51 AM
Hello,
I have a small doubt.
I have some 20 elements in an array.
I would like to shuffle them and display them.
for example:
$array=array('a', 'b', 'c', ....'r', 's');
I would like to shuffle and display the elements like this.
c, m, a,....e, n
I dont wish to repeat any element.
how can I do it?
Thank you
I have a small doubt.
I have some 20 elements in an array.
I would like to shuffle them and display them.
for example:
$array=array('a', 'b', 'c', ....'r', 's');
I would like to shuffle and display the elements like this.
c, m, a,....e, n
I dont wish to repeat any element.
how can I do it?
Thank you