>
>
> I'm working through my class on PHP and I tried to put information from my
> sign-on process in the navbar. This didn't work well, since I had to reload
> the page to see it as the navbar was constructed earlier in the code than
> the signon process. (Hard to explain, as we are building a "dy
On Fri, Aug 15, 2008 at 2:18 PM, Anders Norrbring <[EMAIL PROTECTED]>wrote:
> I'm trying to make php output things sequentially as they're
> printed/echoed.. No luck. It's buffered to the end of the script, and then
> it comes on to screen.
> This is while running Apache2, in a cli session it work
> I need to store chunks of output into files.
Which output and why?
What is the Big Picture here?
Sometimes the best solution is extremely far divorced from the question
you ask -- which my gut instinct says might be the case here...
--
Like Music?
http://l-i-e.com/artists.htm
--
PHP Gener
On Thursday 16 December 2004 19:25, Lorderon wrote:
> I need to store chunks of output into files. I can get the chunk output by
> using ob_get_contents(), but after calling ob_start() the output is only
> buffered and not sent till flushing. The delay from echoing to flushing is
> exactly what I
4 matches
Mail list logo