advanced code snippet search
michaelfox on 04/10/09
header textmate json cache
04/10/09 11:52am
2 people have marked this snippet as a favorite
Jdub7xmartyxcorex
ini_set('display_errors', 0);header("Expires: Mon, 26 Jul 1997 05:00:00 GMT" ); header("Last-Modified: " . gmdate( "D, d M Y H:i:s" ) . "GMT" ); header("Cache-Control: no-cache, must-revalidate" ); header("Pragma: no-cache" );header("Content-type: application/json");
Report this snippet Tweet
Comment:
You need to login to post a comment.