[PHP] Using ob_gzhandler

2002-04-03 Thread Daniel Swarbrick
Can someone please confirm the correct place to call ob_start("ob_gzhandler") in a script? I am using sessions also, and the start of my scripts is like so: setFetchMode(DB_FETCHMODE_OBJECT); // rest of script ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Using ob_gzhandler

2002-04-04 Thread Daniel Swarbrick
T5830... 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(&qu