怎么才能让页面直接调用服务器上的程序,而不是调用本地缓存的页面?
时间:2007-02-17 来源:PHP爱好者
试试这样:)<br>
应该可以了。。<br>
header("Expires: Mon, 26 Jul 2000 05:00:00 GMT");<br>
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT");<br>
header("Cache-Control: no-cache, must-revalidate");<br>
header("Pragma: no-cache");
php爱好者站 http://www.phpfans.net 网页特效|网页模板
应该可以了。。<br>
header("Expires: Mon, 26 Jul 2000 05:00:00 GMT");<br>
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT");<br>
header("Cache-Control: no-cache, must-revalidate");<br>
header("Pragma: no-cache");
php爱好者站 http://www.phpfans.net 网页特效|网页模板
相关阅读 更多 +