Okie. Met into some small problem. Would like to ask something.
I have this list.
And what I wanted is to do a randomise selection of name in each array. I have the following code.
Problem is that after I have done with
array_multi_rand, it gives me this result.
How can I do to the function so that the date remains as the key? Also, I would have to check if the values inside the array is the same. If it is, then I have to generate it again to get different value for each date.
Thanks.