| name | language | licence |
|---|---|---|
| number replace | PHP | Other |
| styles.php | Other | Other |
| create random number | Other | Other |
| PQP add code | PHP | Other |
| htaccess redirect data phones | HTML | Other |
| simplepie google calender intergration | PHP | Other |
| .htaccess file upload bigger | PHP | WA |
| captcha | HTML | Other |
< 1 2 >
language: Other
licence: Other
styles.php
options: view full snippet • send to code collector
link to in stylesheet
===============================
<?php
if(extension_loaded('zlib')){
ob_start('ob_gzhandler');
}
header ("content-type: text/css; charset: UTF-8");
header ("cache-control: must-revalidate");
$offset = 60 * 60;
$expire = "expires: " . gmdate ("D, d M Y H:i:s", time() + $offset) . " GMT";
header ($expire);
ob_start("compress");
function compress($buffer) {



library
css (12)