key value pair foreach php code example Example: php foreach echo key value foreach($page as $key => $value) { echo "$key is at $value"; }