Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/268.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/dart/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
PHP-自动更新阶段消息_Php - Fatal编程技术网

PHP-自动更新阶段消息

PHP-自动更新阶段消息,php,Php,我正在编写一个深入的PHP脚本,该脚本分为几个不同的阶段。我在一些web应用程序(例如IP板)上看到,每当一个阶段完成时,都会显示一条消息。例如 Loading Plugins Plugins loaded, configuring.. Adding Cache.. 显然,在该阶段完成之前,每条消息都不会显示。希望这是有道理的。我想这是用一些JS做的 提前感谢,您需要使用jQuery/Ajax

我正在编写一个深入的PHP脚本,该脚本分为几个不同的阶段。我在一些web应用程序(例如IP板)上看到,每当一个阶段完成时,都会显示一条消息。例如

Loading Plugins
Plugins loaded, configuring..
Adding Cache..
显然,在该阶段完成之前,每条消息都不会显示。希望这是有道理的。我想这是用一些JS做的


提前感谢,

您需要使用jQuery/Ajax