<?php $first = '2.php'; $second = '3.php'; $third = '4.php'; $array = array($first, $second, $third); shuffle($array); foreach($array as $el) { echo $el; }
You have javascript disabled. You will not be able to edit any code.