Hello. There is, for example, such an array:
<?php $arr_assoc["Галина"] = "Петро"; $arr_assoc["Катерина"] = "Роман"; $arr_assoc["Дарина"] = "Микола"; $arr_assoc["Олена"] = "Александр"; $arr_assoc["Мария"] = "Андрей"; ?>
I need to do so that the array is mixed up, the names of the girls remain in place, and the guys change, and so if the guy gets to the same girl that was before, the process started again until everyone has a new guy?