<?php $list = []; foreach(range(5, 10) as $i) { // foreach(range(5, 10)) { <===== $list[] = rand(0, 100); }
You have javascript disabled. You will not be able to edit any code.