Long running scripts can be a pain if you don’t know how much will be running. If you need to see a progress and flush() or ob_flush() do not work because of browser cache you can implement an “email progress bar”.
PHP example: Continue Reading
Long running scripts can be a pain if you don’t know how much will be running. If you need to see a progress and flush() or ob_flush() do not work because of browser cache you can implement an “email progress bar”.
PHP example: Continue Reading