Hi programmers,
I have a cgi script that posts data to another cgi script that processes this information and emails the appropriate recipients. Often these emails can take time and I am wanting to output information while the script processes this information (eg a progress bar, or rotating image). I am using apache as the web server. I have tried to flush output buffers with no success. I have also read that this is often a problem with only the whole page being displayed once the script has finished processing. What would be a solution to this problem? Thankyou as always ..