<?php $limit = 4; $indexes = range(0, $limit - 1); shuffle($indexes); foreach ($indexes as $index) { echo "$index\n"; }
You have javascript disabled. You will not be able to edit any code.