Hello! I have installed php-4.0.5, zlib-1.1.3, on Red Hat 7.0 and I try to compressed output buffering with gzip... I can't send the header "Content-Encoding: gzip"... I use Netscape 4.77 and IE 5... and the script print codified data in the browser... I think it have not sent the header and the browser think it is a usual html page... Does somebody know where I must declare de Header? I put it at the first line so:
<?Header("Content-Encoding: gzip");
ob_start();
....
Please, if you can send me a example that works, I thank to you very much....