JavaScript and client side scripting.
Moderator: General Moderators
Takuma
Forum Regular
Posts: 931 Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:
Post
by Takuma » Mon Aug 19, 2002 11:41 am
Anybody know anything about this? I've read little about this in a book called "Web Application Development with PHP 4.0"... Thanks.
hob_goblin
Forum Regular
Posts: 978 Joined: Sun Apr 28, 2002 9:53 pm
Contact:
Post
by hob_goblin » Sat Aug 24, 2002 10:50 pm
i think they mean that php is 'streaming' html to the browser... you can't "stream" it directly..
Takuma
Forum Regular
Posts: 931 Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:
Post
by Takuma » Sun Aug 25, 2002 12:37 am
NO I meant "Streaming HTML".
hob_goblin
Forum Regular
Posts: 978 Joined: Sun Apr 28, 2002 9:53 pm
Contact:
Post
by hob_goblin » Sun Aug 25, 2002 12:38 am
Yeah, that's what I meant too...
Takuma
Forum Regular
Posts: 931 Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:
Post
by Takuma » Sun Aug 25, 2002 12:41 am
OK, sorry for my poor English
volka
DevNet Evangelist
Posts: 8391 Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger
Post
by volka » Sun Aug 25, 2002 6:49 am
what's the chapter in "Web Application Development with PHP 4.0" about?
Takuma
Forum Regular
Posts: 931 Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:
Post
by Takuma » Mon Aug 26, 2002 12:59 am
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.
volka
DevNet Evangelist
Posts: 8391 Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger
Post
by volka » Mon Aug 26, 2002 9:38 am
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"
)
Takuma
Forum Regular
Posts: 931 Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:
Post
by Takuma » Mon Aug 26, 2002 3:11 pm
Sorry..
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.