$filesArr = array(); $filesArr[] = 'blah.php'; $filesArr[] = 'blah2.php'; $filesArr[] = 'blah3.php'; shuffle($filesArr); include($filesArr[0];