foreach loop in php to get array key code example Example: php foreach echo key value foreach($page as $key => $value) { echo "$key is at $value"; }