输入banner图图片脚本导航/分类

php禁止页面缓存输出的代码

  1. header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
  2. header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . 'GMT');
  3. header('Cache-Control: no-cache, must-revalidate');
  4. header('Pragma: no-cache');
  5. ?>