Re: Problems with ob_gzhandler

2007-05-04 Thread Chris Hartjes
On 5/4/07, regent <[EMAIL PROTECTED]> wrote: > > In order to speed loading times of my pages, I added this to my > default view: > > ob_start("ob_gzhandler"); > > > Now I get blank pages in firefox, and it crashes IE6. Do I need to > put the code somewhere else? Or is there something else I need

Problems with ob_gzhandler

2007-05-04 Thread regent
In order to speed loading times of my pages, I added this to my default view: ob_start("ob_gzhandler"); Now I get blank pages in firefox, and it crashes IE6. Do I need to put the code somewhere else? Or is there something else I need to do to get this to work? Thanks. --~--~-~--~---