<?php $items = range(1,10); $items1= array_splice($items, 0,3); shuffle($items); $result = array_merge($items1, $items); Var_dump($result);
You have javascript disabled. You will not be able to edit any code.