phpbar.de logo

Mailinglisten-Archive

Re: [php] Daten kontinuierlich ausgeben?
Archiv Mailingliste php_(at)_infosoc.uni-koeln.de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [php] Daten kontinuierlich ausgeben?



> Hi,
> ich stehe vor dem Problem fortlaufend Daten in ein Fenster schreiben
> zu m"ussen, "ahnlich wie es bei einem Web-Chat auch funktioniert.
> Die Ausgabe meiner Funktion wird aber erst angezeigt, wenn alle Zeilen
> "ubertragen sind:
> $i=0;
> WHILE ($i < 5):
> $zeit = mktime();
> PRINT "$zeit<BR>";
> sleep(2);
> $i++;
> ENDWHILE;
> Was ist zu tun? Wie kann ich Zeile f"ur Zeile sichtbar machen?
> Wie kann ich daf"ur sorgen, dass immer die unteren Zeilen sichtbar
> sind?
> Dankbar f"ur Hilfe.....

Ich helfe mit einer nicht getesteten Version aus der internatiolen PHP-Liste:


From: Brian Schaffner <BSchaffner_(at)_accentonline.com>
To: 'Manuel Lemos' <mlemos_(at)_acm.org>, Howie Oakes <php3_(at)_lists.php.net>
Subject: RE: [PHP3] "loading please wait" screen...how to?
Date sent: Thu, 25 Mar 1999 08:29:37 -0500

or you could send a Header("Connection: keep-alive") followed by echo
"loading ..." followed by flush().... then send the data.

-brian-

> -----Original Message-----
> From: Manuel Lemos [mailto:mlemos_(at)_acm.org]
> Sent: Wednesday, March 24, 1999 4:32 PM
> To: Howie Oakes
> Subject: Re: [PHP3] "loading please wait" screen...how to?
>
>
> Hello Howie,
>
> On 24-Mar-99 19:15:59, you wrote:
>
> >I have noticed on some sites when I submit a form to search
> a DB a simple
> >screen comes up that says "loading", then the results appear. I was
> >wondering if anyone had any idea how to do this...the url
> does not change
> >when the page is coming up, so I assume there is a trick
> using headers or
> >something...
>
> There's a trick that consists in using an hidden frame with a form to
> submit query parameters and colect results using Javascript.
>
> Regards,
> Manuel Lemos

---
Dr. Elmar Schalueck
Ruhr-Universitaet Bochum
Dez. 2 - BIF
Projekt ELFI
D-44780 Bochum
Tel.: 0234/700-6182
Fax : 0234/7094-684
EMail: Elmar.Schalueck_(at)_ruhr-uni-bochum.de
WWW: http://www.elfi.ruhr-uni-bochum.de





Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive