RE: [PHP] Problem with IE 6.0

2008-06-25 Thread Edward Kay
> I have a problem with the cache in Internet Explorer version 6.0 > > When I put these lines in the page > > header ("Expires: Mon, 1 Jan 1997 01:00:00 GMT"); > header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); > header ("Cache-Control: no-cache, must-revalidate"); > header ("Pragma:

[PHP] Problem with IE 6.0

2008-06-25 Thread juanmanuel . vilela
Hello and thanks in advance, I have a problem with the cache in Internet Explorer version 6.0 When I put these lines in the page header ("Expires: Mon, 1 Jan 1997 01:00:00 GMT"); header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header ("Cache-Control: no-cache, must-revalidate");