PHP Foreach Echo Nilai kunci

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