0
Hello guys I’m having a hard time sorting this array with values of sub arrays so that whenever the script is called comes with different values randomly?
This is the normal array:
$results = array (0 => array 1 => int 5, 1 => array 2 => int 3, 2 => array 8 => int 5);
Ex: Script Wheel first time come
$results = array (1 => array 2 => int 3, 0 => array 1 => int 5, 2 => array 8 => int 5);
Ex: Script Wheel second time come
$results = array (2 => array 8 => int 5, 1 => array 2 => int 3, 0 => array 1 => int 5);
And so on and so forth!
That same straight guy worked out That’s really thank you!
– Joao