当前位置:首页> PHP教程> PHP精通
关键字
文章内容
怎么才能让页面直接调用服务器上的程序,而不是调用本
 
 
修改时间:[2008/06/16 11:13]    阅读次数:[854]    发表者:[起缘]
 
试试这样:)<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;);