Created
October 2, 2012 13:54
-
-
Save CodeNegar/3819345 to your computer and use it in GitHub Desktop.
PHP: Enable GZip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
ob_start("ob_gzhandler"); | |
?> | |
<div><p>Lorem ipsum dolor sit amet tellus.</p></div> | |
<div><blockquote>Etiam quis nulla pretium et.</blockquote></div> | |
<div><img src="images/inset.png" alt="Inset Image" /></div> | |
<ul> | |
<li><p>Lorem ipsum dolor sit amet tellus.</p></li> | |
<li><blockquote>Etiam quis nulla pretium et.</blockquote></li> | |
<li><img src="images/inset.png" alt="Inset Image" /></li> | |
</ul> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment