PHP头条
热点:

怎么才能让页面直接调用服务器上的程序,而不是调用本地缓存的页


试试这样:)<br>
应该可以了。。<br>
header(&quot;Expires: Mon, 26 Jul 2000 05:00:00 GMT&quot;);<br>
header(&quot;Last-Modified: &quot; . gmdate(&quot;D, d M Y H:i:s&quot;) . &quot;GMT&quot;);<br>
header(&quot;Cache-Control: no-cache, must-revalidate&quot;);<br>
header(&quot;Pragma: no-cache&quot;);

www.phpzy.comtrue/php/8498.htmlTechArticle怎么才能让页面直接调用服务器上的程序,而不是调用本地缓存的页 试试这样:)br 应该可以了。。br header(quot;Expires: Mon, 26 Jul 2000 05:00:00 GMTquot;);br header(quot;Last-Modified: quot; . gmdate(qu...

相关文章

    暂无相关文章
相关频道:

PHP之友评论

今天推荐