php-general | 2005051
Date: 05/13/05
- Next message: Richard Lynch: "Re: [PHP] 'Require' and 'Select' lists"
- Previous message: James Williams: "Re: [PHP] sleep function"
- In reply to: James Williams: "Re: [PHP] sleep function"
- Next in thread: Mark Rees: "RE: [PHP] sleep function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, May 12, 2005 8:38 pm, James Williams said:
> 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.
If you're going to flush() and ob_flush() that much, you might as well not
use ob_start or output buffering at all.
Rip out all the ob_* stuff and see if it works under Windoze.
PS The one I looked at on your site worked just fine...
-- 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
- Next message: Richard Lynch: "Re: [PHP] 'Require' and 'Select' lists"
- Previous message: James Williams: "Re: [PHP] sleep function"
- In reply to: James Williams: "Re: [PHP] sleep function"
- Next in thread: Mark Rees: "RE: [PHP] sleep function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

