网站设计及建设-HTMLHead与Metadata、Cookies.pptVIP

  • 4
  • 0
  • 约3.56千字
  • 约 35页
  • 2018-06-07 发布于浙江
  • 举报

网站设计及建设-HTMLHead与Metadata、Cookies.ppt

网站设计及建设-HTMLHead与Metadata、Cookies

使浏览器重定向到 PHP 的官方网站。      Header(Location: ;);   exit;   ? ?php if(xxx) { Header(Location: ); } else { Header(Location: ); } ? ?php header(refresh:3;url=); print(正在加载,请稍等...br三秒后自动跳转~~~); ? 要使用者每次都能得到最新的资料,而不是 Proxy 或 cache 中的资料,可以使用下列的标头 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(Status: 404 Not Found); 让使用者下载档案。 header(Content-type: application/x-gzip); header(Content-Disposition: attachment; filename=文

文档评论(0)

1亿VIP精品文档

相关文档