Tjenare, Vad är det du egentligen vill göra? som koden ser ut, med tanke på expire date, så verkar det som du vill inaktivera cache för sidan?Internet explorer
Har en sån script:
// If you want the cached copy to automatically expire at some point in
// the future, use this
header("Expires: Mon, 1 Jul 2006 12:00:00 GMT");
// Use this if you just want to tell the browser when this was last modified.
$last_modified = gmdate("D, d M Y H:i:s"); // Save this in your DB every time you modify the page
header("Last-Modified: $last_modified GMT");
den funkar till mozilla firefox men den gör inte det med INTERNET EXPLORER
Nån som kan hjälpa här tack?Sv:Internet explorer
Här kan du läsa lite om cache: http://www.mnot.net/cache_docs/ och lite från m$ här: http://support.microsoft.com/kb/234067