Is it possible to echo something while the script for example is still running in a loop?
my problem: I ask the server with Ajax and then the server is fetching mails and store them in Database. This took around 15 sec. During that Time the Server should echo his progress so that the Javascript can update a loading bar. This is working with a php script without CodeIgniter well.
Is there a way to skip the output class and all that stuff to get a direct echo?
Thanks