<?php $list = array("A", "B", "C","D"); foreach ($list as $var) { print(current($list)); }
You have javascript disabled. You will not be able to edit any code.