RE: [PHP] How to force an image to reload

2002-12-10 Thread ed
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 > >

RE: [PHP] How to force an image to reload

2002-12-10 Thread Adam White
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

Re: [PHP] How to force an image to reload

2002-12-10 Thread ed
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