ARGH!

I'm losing my marbles here! I'm developing a small CMS for IE, but IE is
teasing me! It insists on using its cached files instead of those I'm
working on. I've set the cache size to 0, "Check for newer versions of
stored pages:" to "Every visit to the page", and even put this at the top of
my PHP scripts:

header( "Last-Modified: " . gmdate( "D, d M Y H:i:s", filemtime(
$_SERVER['SCRIPT_FILENAME'] ) ) . " GMT" );

It just keeps on using the cached files! WHY?!??! I'm in TEARS here!
Heeeeelp!!!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to