flush(); //Send the output to the client browser foreach ($users as $user) { // It is more convenient to use an empty loop here to simulate Time-consuming operations need to be replaced in actual applications; // If your operation is not time-consuming, I think you don’t need to use this script:) for ($i = 0; $i < 10000; $i++) { ;; } ?>
php flush(); //Send the output to the client browser so that it can immediately execute the javascript program output by the server. $progress += $pix; } //end foreach // Finally, set the progress bar to the maximum value $width, and display that the operation is completed ?>
flush (); ?>
http://www.bkjia.com/PHPjc/444882.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/444882.htmlTechArticlephp tutorial web page special effects dynamically display the progress bar of the server running program if ('source' == $_get['act ']) { //View source code show_source($_server[script_filename]); exit; } //end if set_...
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn