Return to Snippet

Revision: 19785
at October 30, 2009 15:25 by sveggiani


Initial Code
<?php // utf-8 script áéççÁ
header("Expires: " . date("r", time() + ( 60 * 60 * 24 * 5 * 1 ) ) ); // 5 días
header("Content-Type: application/x-javascript");
?>

Initial URL


Initial Description


Initial Title
set header expiration date for a http request

Initial Tags


Initial Language
PHP