hello world.
i am trying to get all possible combinations of a single column array which all contain one master value.
$master_value = "Z"
$value_array[5] = ["A", "B", "C", "D", "Z"][FONT="]so the possible combinations would be something like this (all would include the "master value")[/FONT]
any help would be greatly appreciated!
i am trying to get all possible combinations of a single column array which all contain one master value.
$master_value = "Z"
$value_array[5] = ["A", "B", "C", "D", "Z"][FONT="]so the possible combinations would be something like this (all would include the "master value")[/FONT]
any help would be greatly appreciated!