using the following i dont have any troubles using firefox or IE on win2k
Code: Select all
ob_start("gzhandler"); // or ob_start("ob_gzhandler");
// bunch of code
ob_end_flush();However the ob_start("gzhandler") and or ob_gzhandler as in the code above doesnt seem to work with IE and XP ( firefox loads up fine ).
XP does except ( ob_start(); and ob_end_flush(); )
Wondering the following.
a: is it me, something wrong with that ?
b: did somebody experience the same problem?