Ver original<?php$datos = array("Nombre"=>"Juan", "Apellidos"=>"Lopez");foreach ($datos as $indice => $valor){ echo $indice."-".$valor."<br />";}?>