advanced code snippet search
wireplay on 09/03/10
php headers cache
09/03/10 12:56am
4 people have marked this snippet as a favorite
fwdkairogwirenaughtfadlee
<?phpheader('Expires: Mon, 26 Jul 1997 05:00:00 GMT');header('Cache-Control: no-store, no-cache, must-revalidate');header('Cache-Control: post-check=0, pre-check=0', false);header('Pragma: no-cache');?>
Report this snippet Tweet
Comment:
You need to login to post a comment.