<?php $orders = array( array(), array(), array(), array() ); for($i=0; $i<4 ; $i++ ) { $orders[$i][] = rand(); // this does not work, unexpected '[' } print_r($orders);
You have javascript disabled. You will not be able to edit any code.