php – 如何设置进度条

我有一个名为import.php的php页面.在执行这个文件时,很多数据库操作正在进行.所以我需要通过使用progres bar向用户显示进度.如何使用这些php ajax,
javascript,jquery,css,flash …方法 最佳答案 这是一个很好的教程:

http://net.tutsplus.com/tutorials/javascript-ajax/create-a-progress-bar-with-javascript/

and the demo

Here is the php implementation too.

点赞