Try sticking an argument at the end of the file to force iexplore to refresh
ie if the the request is http://server/file.phtml
make the request http://server/file.phtml?anything=nothing

Otherwise, add the cache headers to your file during development:
header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT");    // Date in the past
header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
                                                      // always modified
header ("Cache-Control: no-cache, must-revalidate");  // HTTP/1.1
header ("Pragma: no-cache");


Ross

-----Original Message-----
From: Luis Ferro [mailto:[EMAIL PROTECTED]]
Sent: 29 April 2002 19:00
To: Webmaster
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Re: i'm stuck guys


Internet Explorer doesn't respect reloads and cache orders in any
perceived way. The only way i found to workaround this was (in a ASP
project) to add the response.* properties that manipulate with the cache
and add in the <head></head> of the pages the meta statements. But for
the 100% workaround in IE i had also to make it check the page for
updates ALWAYS (tools, internet options, settings, Every visit to the page).

Hope that helps,
Luis Ferro


Webmaster wrote:

>Nope, CTRL F5 doesn/t work, php then gives the same page anyway, I also
>tried to make the page php appears on to expire and consulted Microsoft of
>this problem, but nobody seems to know why this happens...
>
>The only thing that works is to manually flush the browsers cache...
>
>Webmaster
>
>"Dash McElroy" <[EMAIL PROTECTED]> schreef in bericht
>ABA3F1F1A223D411BE6C006008A6F7E23E63EE@MSX1-PTON">news:ABA3F1F1A223D411BE6C006008A6F7E23E63EE@MSX1-PTON...
>
>
>>In Mozilla and IE you can do a <CTRL>-F5 and it will do a force refresh.
>>
>>-Dash
>>
>>-----Original Message-----
>>From: Webmaster [mailto:[EMAIL PROTECTED]]
>>Sent: Monday, April 29, 2002 10:30 AM
>>To: [EMAIL PROTECTED]
>>Subject: [PHP-WIN] Re: i'm stuck guys
>>
>>
>>Hi again,
>>I really do have problems with windows refreshing the screen, that's why i
>>see the same pages all the time too, but after all the pages does have
>>changed!
>>
>>When you insert some code and get the same page back, try this:
>>
>>Go to extra, Internet options, temporary internet files (tijdelijke
>>
>>
>internet
>
>
>>bestanden) and remove files (bestanden verwijderen) this way explorer
>>flushes it's cache, which it really not like to do :(
>>
>>Hope this will help too!
>>
>>Webmaster
>>
>>"Erik" <[EMAIL PROTECTED]> schreef in bericht
>>[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>>
>>
>>>hi,
>>>
>>>that error indeed disapperars but now i cannot use  the html buttons
>>>
>>>
>>anymore
>>
>>
>>>when i click submit it keeps on showing me the same page over and over
>>>
>>>
>>again
>>
>>
>>>i created the script if the form is correctly fill in it should display
>>>
>>>
>a
>
>
>>>message like
>>>print "hi $name your message has been sended to me thank you ."; or
>>>incompplete fields
>>>print "oeps you forgot some requierd fields go back and fill in the
>>>
>>>
>>complete
>>
>>
>>>form please .";
>>>but that doesn't happen anymore it shows the same page al the
>>>
>>>
>time........
>
>
>>>info:
>>>os:windows 2000 pro
>>>server:Apache
>>>phpversion 4.2.0
>>>browser:internet explorer 6.0
>>>daimned windows computers :-) i will buy mandrake linux soon so php runs
>>>normal i think there is nothing wrong with php only windows and php
>>>
>>>
>>doesn't
>>
>>
>>>like eachother  haha :-)
>>>
>>>the http 500 error is gone now ........ "see above"
>>>
>>>regards from belgium
>>>Erik
>>>
>>>
>>>
>>>
>>
>>--
>>PHP Windows Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
>
>
>
>




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


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

Reply via email to