Re: [PHP] Using ob_gzhandler

2002-04-04 Thread Andrew Brampton
k out: http://leknor.com/code/gziped.php Andrew - Original Message - From: "Daniel Swarbrick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 04, 2002 2:29 PM Subject: Re: [PHP] Using ob_gzhandler > What I'm trying to ascertain is w

Re: [PHP] Using ob_gzhandler

2002-04-04 Thread Daniel Swarbrick
What I'm trying to ascertain is whether it should go before or after session_start(), or any other headers for that matter... "Andrew Brampton" <[EMAIL PROTECTED]> wrote in message 012401c1dbd9$c4266000$0100a8c0@STUDENT5830">news:012401c1dbd9$c4266000$0100a8c0@STUDENT5830... I would guess before

Re: [PHP] Using ob_gzhandler

2002-04-04 Thread Andrew Brampton
I would guess before any output to the browser... so nearer the top the better Andrew "Daniel Swarbrick" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can someone please confirm the correct place to call > ob_start("ob_gzhandler") in a script? I am using ses