php 清除缓存代码

header("Cache-Control:post-check=0,pre-check=0",false);
header("Pragma:no-cache");

 

很有效,加入这段代码后,程序快多了!

你可能感兴趣的:(php+mysql系列文摘)