<?php /* * This is an array with some data we want to modify * when running through the for loop. */ for($i=0; $i<2; $i++){ $array[] = array( 'NAME' => 'name'.$i, 'NUMBER' => 'peserta'.$i, ); } return $array; ?>
You have javascript disabled. You will not be able to edit any code.