Streaming HTML

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Streaming HTML

Post 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.
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

i think they mean that php is 'streaming' html to the browser... you can't "stream" it directly..
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

NO I meant "Streaming HTML".
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

Yeah, that's what I meant too...
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

OK, sorry for my poor English :oops:
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

what's the chapter in "Web Application Development with PHP 4.0" about?
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post 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.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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" ;) )
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post 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.
Post Reply