Has anyone got this working? Here's what I've got:
<?php
ob_start("ob_gzhandler");
session_start();// ...code....
ob_end_flush(); header('Content-Encoding: gzip');
?>
I've tried numerous permutations of this and other code, but have yet to get anything to compress. Any ideas?
...Ren�
--- Ren� Fournier www.renefournier.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

