php-general | 2005051
Date: 05/12/05
- Next message: James Williams: "Re: [PHP] sleep function"
- Previous message: Andre Dubuc: "[PHP] 'Require' and 'Select' lists"
- In reply to: Richard Lynch: "Re: [PHP] sleep function"
- Next in thread: James Williams: "Re: [PHP] sleep function"
- Reply: James Williams: "Re: [PHP] sleep function"
- Reply: Richard Lynch: "Re: [PHP] sleep function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just tried a couple of output_buffering on a test script I made and
it won't work... It simply waits for 10 seconds then displays
everything... Kinda sucks.
On 5/12/05, Richard Lynch <ceo <email protected>> wrote:
> On Thu, May 12, 2005 12:39 pm, virtualsoftware <email protected> said:
> > I want to create a script that displays all names from a database once per
> > second.
> > A part of the script look like this.
> >
> > for ($i=0; $i<$total_names; $i++)
> > {
> > echo "name<br>";
>
> http://php.net/flush
>
> > sleep (1);
> > }
>
> --
> Like Music?
> http://l-i-e.com/artists.htm
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
-- jamwil.com-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: James Williams: "Re: [PHP] sleep function"
- Previous message: Andre Dubuc: "[PHP] 'Require' and 'Select' lists"
- In reply to: Richard Lynch: "Re: [PHP] sleep function"
- Next in thread: James Williams: "Re: [PHP] sleep function"
- Reply: James Williams: "Re: [PHP] sleep function"
- Reply: Richard Lynch: "Re: [PHP] sleep function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

