$arr = array(1,1,1,1,1,1); foreach ($arr as $key => $value) { echo "ID: ". $key .", value: ". $value; }