How to set up a progress bar

I have a php page called import.php. during the execution of this file, many database operations are performed. Therefore, I need to show the progress to the user using the progres panel. How is this possible using any of these php ajax, javascript, jquery, css, flash ... methods

+4
source share

Source: https://habr.com/ru/post/1310344/


All Articles