Hi, > Is it possible, to send the elements, so far outputed, to the browser, and > use that as keep alive, i.e. give the user already something to see:-) > And, of course, do that regular, out of my data retrieval loop.
http://www.php.net/ob_implicit_flush is your friend. HTH, Axel.