Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Karl DeSaulniers
On May 7, 2010, at 10:35 PM, Charlene Wroblewski wrote: Karl DeSaulniers wrote: On May 7, 2010, at 2:06 PM, Charlene Wroblewski wrote: I have a problem with IE7. It has a tendency to cache output produced by PHP. It occurs in a few ways: * I make a minor change to a php program, but y

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Charlene Wroblewski
Karl DeSaulniers wrote: On May 7, 2010, at 2:06 PM, Charlene Wroblewski wrote: I have a problem with IE7. It has a tendency to cache output produced by PHP. It occurs in a few ways: * I make a minor change to a php program, but you can't see it in IE7, but can in FF. CTRL-Refresh d

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Phpster
On May 7, 2010, at 8:41 PM, Karl DeSaulniers wrote: On May 7, 2010, at 2:06 PM, Charlene Wroblewski wrote: I have a problem with IE7. It has a tendency to cache output produced by PHP. It occurs in a few ways: * I make a minor change to a php program, but you can't see it in IE

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Phpster
On May 7, 2010, at 8:06 PM, Charlene Wroblewski > wrote: I tried this and it doesn't work. I still have to do the CTRL- Refresh to get it to refresh the page. On May 7, 2010, at 2:27 PM, Karl DeSaulniers wrote: Try, header('Cache-control: private, no-cache, must-revalidate');> header('Ex

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Karl DeSaulniers
On May 7, 2010, at 2:06 PM, Charlene Wroblewski wrote: I have a problem with IE7. It has a tendency to cache output produced by PHP. It occurs in a few ways: * I make a minor change to a php program, but you can't see it in IE7, but can in FF. CTRL-Refresh does not make it work.

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Charlene Wroblewski
I tried this and it doesn't work. I still have to do the CTRL-Refresh to get it to refresh the page. On May 7, 2010, at 2:27 PM, Karl DeSaulniers wrote: Try, header('Cache-control: private, no-cache, must-revalidate');> header('Expires: 0'); http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Karl DeSaulniers
Try, header('Cache-control: private, no-cache, must-revalidate'); header('Expires: 0'); http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html On May 7, 2010, at 2:06 PM, Charlene Wroblewski wrote: header ("Cache-Control: private, max-age=$interval,s-maxage=0"); Karl DeSaulniers Design Dru

[PHP] Problem with IE7 caching

2010-05-07 Thread Charlene Wroblewski
I have a problem with IE7. It has a tendency to cache output produced by PHP. It occurs in a few ways: * I make a minor change to a php program, but you can't see it in IE7, but can in FF. CTRL-Refresh does not make it work. * I modify data using a form in IE7. When I click on a l