Categories PHP Loop Through an Associative Array PHP Post author By me Post date November 18, 2013 foreach (array_expression as $key => $value) { echo $key; } ← Populate a single field in a form Zend Framework → using PHP Values as Variable names and to call Functions