Are you sure the PERL is doing it and not something else? Did you look at
the webpage source code? It could possibly be javascript.
The only thing I could think of with PHP is to dynamically make a image to
do it.
----- Original Message -----
From: "Hermawan Haryanto" <hermawan@d...>
To: "professional php" <pro_php@p...>
Sent: Friday, March 07, 2003 2:02 PM
Subject: [pro_php] RE: How to print character simultaniously ?
> Thanks nik,
> But I've ever saw a script, written in perl, it can do that.
> Unfortunately I cant see the script coz it's encoded.
>
> Thanks
>
> Hermawan Haryanto
>
> ----- Original Message -----
> From: "Nikolai Devereaux" <yomama@u...>
> To: "professional php" <pro_php@p...>
> Sent: Saturday, March 08, 2003 1:55 AM
> Subject: [pro_php] RE: How to print character simultaniously ?
>
>
> >
> > Even using flush() won't guarantee that you'll see anything on the
client
> > because your browser doesn't actually render anything until it fills up
> its
> > local cache buffer. You can send contents of your site to the client
line
> > by line all you want, but the browser will wait until it has enough data
> > that it thinks it can safely render a portion of the page.
> >
> >
> > nik
> >
> >
> >
>
>