PHP foreach Echo Schlüsselwert

foreach($page as $key => $value) {
  echo "$key is at $value";
}
Geeky Bravo