php foreach($group_membership as $i => $username) { $items ... Declare the $ items array outside the loop and use $items[] to add items to the ...
stackoverflow.com