![]() |
Admin 6/10/2020 |
This can be done but is not easy and doesn't make much sense unless your process takes at least 30 seconds. |
J
|
jacques author 6/12/2020 |
This can be done but is not easy and doesn't make much sense unless your process takes at least 30 seconds. The communication needs to be done via the database. Long-running PHP code creates a record in a special table with a special ID (many processes may run at the same time so you need to know which one to track). There will be another piece of code that pulls that database record every second or so via AJAX and displays the current progress on the screen. An experienced coder should be able to tackle this in 3-4 hours of coding depending on details.
|