1 <?php 2 header("Content-Type: text/javascript"); 3 header("Expires: Thu, 01 Dec 2003 16:00:00 GMT\n"); 4 header("Cache-Control: no-cache, must-revalidate\n"); 5 header("Pragma: no-cache\n"); 6 echo $_SERVER['REQUEST_URI']; 7 ?> 8