$rand5 = array_rand(array_flip($show), 5);
// we need array_flip because array_rand returns the keys
https://php.net/array_rand
https://php.net/array_flip
$rand5 = array_rand(array_flip($show), 5);
// we need array_flip because array_rand returns the keys