Wednesday, June 18, 2008

Empty Cashe - Remove Temp Cache

<?
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
?>

No comments: