advanced code snippet search
kayue on 12/31/10
12/31/10 10:27am
<?php ob_start('ob_gzhandler'); header("Cache-Control: public"); header("Pragma: cache"); $offset = 60*60*24*60; $ExpStr = "Expires: ".gmdate("D, d M Y H:i:s",time() + $offset)." GMT"; $LmStr = "Last-Modified: ".gmdate("D, d M Y H:i:s",filemtime(__FILE__))." GMT"; header($ExpStr); header($LmStr); header('Content-Type: text/javascript; charset: UTF-8');?>
Report this snippet Tweet
Comment:
You need to login to post a comment.