2002 18:31
> To: Adam White
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] How to force an image to reload
>
>
> As one who has had to do the same thing and had gotten some help from
> this list I'll put in my two cents.
>
>
>
> > the past
> >
Many thanks Ed, works a treat!
Regards
Adam White
Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 10 December 2002 18:31
To: Adam White
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] How to force an image to reload
As one who has had to do the same thing and had
As one who has had to do the same thing and had gotten some help from
this list I'll put in my two cents.
the past
> header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always
> modified
> header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
> header("Cache
Guys, not sure if this is a PHP problem or a more general HTML problem,
but...
I've written a small test script (see below), basically, which allows the
user to rotate an image by 90degrees.
When I press the button, the page reloads having rotated the image, but the
old image is still displayed.
4 matches
Mail list logo