PHP Forach Echo Key Valeur

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