2
I need help, I have an email sending system, I need to know what’s going on in the process back-end a log that returns to the browser, when triggering script, example I want to send email to 2 people.
When an email is sent it returns one echo '1° Email enviado', '2° Email enviado'
for the browser then but in real time type progress bar I read about a few things about ob_start()
, ob_flush()
but I don’t quite understand, can anyone help me ?
In case I have an Nginx it doesn’t run the flush ?
– TutiJapa Wada
I don’t know Ginx, he, you should look for some method that can catch the progress of a request.
– Gabriel Rodrigues