Okay, I think I'll have to kill myself...

I can't believe I am this stupid, but it turned out I was working on a copy
of the file, not the real one. D'OH!!!

Sorry, guys!

Daniel

"Daniel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Thanks for the advice, but that would mean I'd have to change the way the
> code works, and that would a bit much, I think... I was hoping for some
> registry editing or a little utility or something...
>
> But thanks =)
>
> Daniel
>
>
> "Awlad Hussain" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > 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