Re: [PHP] Buffering output to allow headers late in code?

2010-10-14 Thread chris h
> > > 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

[PHP] Buffering output to allow headers late in code?

2010-10-14 Thread MikeB
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 "dynamic" w

Re: [PHP] Buffering problem

2008-08-15 Thread Dan Joseph
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

[PHP] Buffering problem

2008-08-15 Thread Anders Norrbring
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 works fine. The script does *not* have any buffering commands at all. The web server doe

[PHP] buffering headers before send

2005-05-07 Thread Claudio
Hi, is there a way to buffering headers before sending like "ob_start()" ? Thanks, Claudio -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Buffering

2004-12-16 Thread Richard Lynch
> 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

Re: [PHP] Buffering

2004-12-16 Thread Jason Wong
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

[PHP] Buffering

2004-12-16 Thread Lorderon
Hi, "Richard Lynch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Lorderon wrote: > > What I want to do is "catch" the output buffer, but do not delay the > > buffer > > It occurs to me that maybe you should tell us WHY you want this, because > there could be existing alternatives

[PHP] PHP 4.2 - Win32 - command line PHP buffering output?

2002-04-29 Thread Garth Dahlstrom
Hi all, I'm trying to make the script below run, it is supposed to print a message and then wait for user input and then print another message and wait again. Instead, what it is doing is waiting for all the user input to be entered before printing anything, and once entered printing all

RE: [PHP] Session support in PHP (buffering output to browser)

2001-02-19 Thread David VanHorn
At 05:53 PM 2/19/01 -0800, ..s.c.o.t.t.. wrote: >there was an awesome article on phpbuilder about buffering output, >controlling when things got to the browser... so that you could >set cookies/headers anywhere in your script (or, as he talks about, >gzip content on the fly beofre outputting it to

RE: [PHP] Session support in PHP (buffering output to browser)

2001-02-19 Thread ..s.c.o.t.t..
there was an awesome article on phpbuilder about buffering output, controlling when things got to the browser... so that you could set cookies/headers anywhere in your script (or, as he talks about, gzip content on the fly beofre outputting it to the browser) http://phpbuilder.com/columns/argeric