私がやろうとしていることは非常に簡単です。
echo "doing a...."
Start progress bar
then exec("commandA")
stop progress bar
echo "doing b...."
Start progress bar
then exec("commandA")
stop progress bar
echo "doing c...."
Start progress bar
then exec("commandC")
stop progress bar
等
プログレスバーは正確である必要はありません。何かが起こっていることを示すためのより快適なものです。
jqueryとphp/ajaxを使用して実行できることを読みましたが、方法がわかりません。誰かが私が一緒に仕事を試すことができる簡単な例を手に入れましたか?
ありがとう :)