CODE
$count = count($objects);
$id1 = rand(0,$count);
$id2 = rand(0,$count);
$id3 = rand(0,$count);
$id1 = rand(0,$count);
$id2 = rand(0,$count);
$id3 = rand(0,$count);
But I can't do it that way as I need those IDs to be different each time... any help on how I can do this? Maybe there is already a function to do this kind of thing... any help?
Thanks so much