$file = file_get_contents ("file.txt"); $filearray = explode (" ", $file); $i = 0; for ($i=0;$i<$filearray-1;$i++) { RUN QUERY HERE }