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