try something like this, not sure if this what you want....
create a random value like
$random = rand();

then attach it to the each page.. like

index.php?random=$random

good luck

----- Original Message ----- 
From: "Daniel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 19, 2003 11:34 AM
Subject: [PHP] Help me compose myself... I'm about to kill Microsoft....


> 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
>


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

Reply via email to