>
>
> 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
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
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'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
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
> 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
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
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
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
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
11 matches
Mail list logo