$file = file('text.txt'); array_unshift($file, 0); foreach($file as $id=>$value){ echo $id . ' = ' . $value; }