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-Re

Re: [PHP] Problem with IE7 caching

2010-05-07 Thread Charlene Wroblewski
tocols/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"); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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

Re: [PHP] working on a template system...

2006-06-29 Thread Charlene Wroblewski
*joining the fray a little late* What is the difference between this, Smarty and template.inc? I have found Smarty to be unusable in my situation where a graphic designer needs to be able to edit the html and is easily confused by non-html. So, I am using template.inc which is apparently ol

[PHP] Question about templates

2006-05-16 Thread Charlene Wroblewski
I have been using template.inc for templates. It works very well so that I can just work on coding and a designer can make the page look good. But I noticed that there are several versions (some of which don't seem to work), and its no longer in the phplib. Is there some reason not to use it