Return to Snippet

Revision: 13130
at April 10, 2009 11:52 by michaelfox


Initial Code
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");

Initial URL


Initial Description


Initial Title
json header in php

Initial Tags
header, textmate, json, cache

Initial Language
PHP