make array with key and value in while loop php code example Example: loop over keys and values php foreach ($arr as $key => $value) { echo $key; }