Page 1 of 1

Streaming HTML

Posted: Mon Aug 19, 2002 11:41 am
by Takuma
Anybody know anything about this? I've read little about this in a book called "Web Application Development with PHP 4.0"... Thanks.

Posted: Sat Aug 24, 2002 10:50 pm
by hob_goblin
i think they mean that php is 'streaming' html to the browser... you can't "stream" it directly..

Posted: Sun Aug 25, 2002 12:37 am
by Takuma
NO I meant "Streaming HTML".

Posted: Sun Aug 25, 2002 12:38 am
by hob_goblin
Yeah, that's what I meant too...

Posted: Sun Aug 25, 2002 12:41 am
by Takuma
OK, sorry for my poor English :oops:

Posted: Sun Aug 25, 2002 6:49 am
by volka
what's the chapter in "Web Application Development with PHP 4.0" about?

Posted: Mon Aug 26, 2002 12:59 am
by Takuma
Chapter 3 page 118 (the page might be wrong since my book has been translated to Japanese). It's where it talks about Downstream Communication.

Posted: Mon Aug 26, 2002 9:38 am
by volka
ah, sorry. I don't have the book.
I just wanted to know what they say there - a short summary or a keyword (besides "streaming html" ;) )

Posted: Mon Aug 26, 2002 3:11 pm
by Takuma
Sorry.. :oops:

It came up when they were talking about making a chat system and how to make it work. The script which process the interface is waiting with a endless loop and do not finish the HTML viewed in browser.