|
From: Charlie G. <gar...@ze...> - 2014-05-21 07:11:32
|
Good afternoon,
On 21/05/14 at 12:20 AM -0400, marty leisner
<mal...@gm...> wrote:
>I would have expected to see the header render, a delay, and "final".
>
>Its all happening after the delay.
Sounds like print buffering. Either print enough content to
flush buffer, or disable the buffer. I don't recall the syntax
but google will find it for you quickly enough. Something like:
$| = 1;
Charlie
--
Make-Tracks Secure Hosting Pty Ltd <http://www.make-tracks.com>
PO Box 141 <ad...@ma...>
Windsor NSW 2756 Australia Ph: +61 2 9043 0613
** Take Control of Your Website **
|