Thanks bro. But, it doesn't help. I added that code, and still, a blank page.It seems I can't use print_output?
--------------- Added [DATE]1231755923[/DATE] at [TIME]1231755923[/TIME] ---------------
ok I tried to dig in the print_output function, and found the script stopped at fetch_gzipped_text()'s
PHP Code:
header('Content-Encoding: ' . $encoding);
,after this code the browser got unrecognized string instead of html codes,that's why IE6 returned a blank page and firefox returned an error message says the page is corrupted.
so anyone please help me
--------------- Added [DATE]1231755962[/DATE] at [TIME]1231755962[/TIME] ---------------
btw $encoding is "gzip"
--------------- Added [DATE]1231758947[/DATE] at [TIME]1231758947[/TIME] ---------------
when I save test.php in utf-8 without BOM, all trouble gone... anyone can tell me whta is BOM ?