CodeIgniter | direct Echo during working script

Posted by Sep O Sep on Stack Overflow See other posts from Stack Overflow or by Sep O Sep
Published on 2010-06-02T18:38:04Z Indexed on 2010/06/02 22:44 UTC
Read the original article Hit count: 162

Filed under:

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

© Stack Overflow or respective owner

Related posts about codeigniter