Send three HTTP headers to prevent page caching: <?php // Date in the past ... header("Cache-Control: no-cache"); header("Pragma: no-cache");
確定! 回上一頁