<?php $label_list = explode(',', '111, 222, 333'); foreach($label_list as &$label_item) { $label_item = trim(mb_strtolower($label_item)); } unset($label_item); var_dump($label_list); // source list foreach ($label_list as $label_item) { var_dump($label_list); //? wtf list }
You have javascript disabled. You will not be able to edit any code.