Re: [PHP] Sending a http body

2003-06-02 Thread Leif K-Brooks
www.php.net/flush Roland Welker wrote: Hi, I am a bit of a newby in php, so I hope the group my forgive me, if I ask a question answered before. The presumtion: php is first evaluating the complete script, before sending anything back to the browser. The situation: I have got a script, which ret

Re: [PHP] Sending a http body

2003-06-02 Thread Axel Tietje
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.

[PHP] Sending a http body

2003-06-02 Thread Roland Welker
Hi, I am a bit of a newby in php, so I hope the group my forgive me, if I ask a question answered before. The presumtion: php is first evaluating the complete script, before sending anything back to the browser. The situation: I have got a script, which retrieves data very slowly, and causes the