"); foreach($array['employees'] as $emp) { print(""); print("{$emp['name']}"); print("{$emp['city']}"); print(""); } print("");