$v) { $tmp[] = $v; } // Loop through process for($i = 0, $size = count($tmp); $i < $size; ++$i) { $content = file_get_contents($tmp[$i][1]); add_search_index('post_' . $tmp[$i][0], $content); // Calculate the percentage $percent = intval($i/$size * 100)."%"; // Progress bar and information echo ''; // Buffer echo str_repeat(' ',1024*64); // Send output to browser ob_flush(); // Sleep one second // sleep(1); } // The process is completed echo ''; echo ''. i18n('back_to') . ' ' . i18n('search_index') .''; // Redir echo ''; ?>