Archer wrote:

> Hello Everybody,
> 
>     I have this strange problem in PHP4.06 and I am using windows NT.
> I have this 2 files one is the HTML that will throw a value into PHP
> and my PHP supporting the grahics and when I change the value from
> my HTML and the PHP display never change even I keep refreshing
> my browser. I did not close the existing browser and I edit the code then
> make a refresh then the display was change. During the first one I try to
> look at the image file to make sure if the image has been change and yes
> it change but the display in the browser never change.
> 
> Please if you have any idea about this problem please tell me.
> 
> Thanks a lot
> Archer
>


Why do you reply to other thread?
Anyway, it seems it's a simple cache problem. Try to send old
enougth Expire header, see if it helps. (If you are using session
module, use "private" or "nocache" for cache limitter)
Read RFC2616 for full description.

--
Yasuo Ohgaki


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to