PHP
9
Вклад в тег
users
roles
id, user_id, name
id, name_perm
$fileNames = array("file1.php", "file2.php", "file3.php", "file5.php", "file5.php");
$randomKey= array_rand($input, 1);
include($fileNames[$randomKey]);