On Thu, October 12, 2006 3:26 pm, Peter Lauri wrote: > It did help, but not perfectly. Sometimes I have to refresh a few > times > before it will be pushed. Is output_buffering defaulted to "on"?... Cuz then you're putting a whole SECOND copy of the output into PHP's output buffer. That's bad. :-) ini_set the buffering off in that script, or just turn it off entirely, or... Sorry I missed that bit. I never turn ob on in php.ini, so never think of it. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some starving artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php