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
eader ("Cache-Control: private, max-age=$interval,s-maxage=0"); I got this code from a book. I don't want to prevent caching completely because I want to be able to go back to the form when there is an error in validation of fields before entering it into the db. But I do want to be able to see the new data after it is entered in the db. Charlene

Re: [PHP] Shopping Carts/Checkout Software

2008-09-09 Thread Charlene
Micah Gersten wrote: ZenCart Reasons: PHP-based Open Source lots if plugins Take a look at this: http://en.wikipedia.org/wiki/Zen_Cart Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Charlene wrote: Micah Gersten wrote: Try Zencart. Thank you

Re: [PHP] Shopping Carts/Checkout Software

2008-09-08 Thread Charlene
would you would never use again. Charlene -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] GD Library

2007-10-30 Thread Charlene
I have the GD Library installed, but I don't see any of the fonts. What is the preferred location to download fonts (standard fonts like Arial, Verdana, etc.) and which directory should they be stored in? Charlene -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Internet Explorer Caching - Solved

2007-08-30 Thread Charlene
Charlene wrote: I've been having problems with Internet Explorer caching php programs. I'm using the following code: header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header("Pragma", "no-cache"); header("E

Re: [PHP] Internet Explorer Caching

2007-08-29 Thread Charlene
hours after the new file is created. Charlene Richard Lynch wrote: On Wed, August 29, 2007 2:10 pm, Charlene wrote: I forgot to mention in my question that only IE appears to cache. And with the way my PHP program goes, I'm constantly changing the URL as I go through the application

Re: [PHP] Internet Explorer Caching

2007-08-29 Thread Charlene
hours after the new file is created. Charlene Richard Lynch wrote: On Wed, August 29, 2007 2:10 pm, Charlene wrote: I forgot to mention in my question that only IE appears to cache. And with the way my PHP program goes, I'm constantly changing the URL as I go through the application

Re: [PHP] Internet Explorer Caching

2007-08-29 Thread Charlene
I had used something similar in another iteration of trying to fix the caching problem in IE. I tried these lines again, and they don't work. It is only IE that is caching. Charlene Satyam wrote: I'm sending these headers: header('Cache-Control: no-cache, must-revali

Re: [PHP] Internet Explorer Caching

2007-08-29 Thread Charlene
I forgot to mention in my question that only IE appears to cache. And with the way my PHP program goes, I'm constantly changing the URL as I go through the application to modify data and status message. But whenever I return the the edit page, the old data is showing up. Charlene Ri

Re: [PHP] Internet Explorer Caching

2007-08-29 Thread Charlene
Yes, I'm sure. Changes I make to a database are reflected in the database but not on the form. It's only IE. It works fine in FireFox or SeaMonkey. Charlene Richard Heyes wrote: Charlene wrote: I've been having problems with Internet Explorer caching php programs.

[PHP] Internet Explorer Caching

2007-08-29 Thread Charlene
"); And it used to work, but now, according to Windows Explorer its giving it 3 hours to expire. Charlene -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2006-06-29 Thread Charlene Wroblewski
old (PHP 3) but seems to work great even with PHP 4.1. Another question is whether it will work with PHP 5? Charlene sempsteen wrote: hi, i'm working on a template system. Basically i'm building raw contents in arrays and then put them in templates by some special tags. for loop

[PHP] Question about templates

2006-05-16 Thread Charlene Wroblewski
use it? And if that's the case what would be the substitute? I have looked at Smarty and it doesn't seem to be as useful the way I'm using templates. Charlene -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Missing characters when processing scripts

2005-06-30 Thread Charlene
browser refresh, the error goes away and either there is another character dropped or it works. This problem was noticed in January a month after we upgraded PHP on our server to 4.3.10. Thanks in advance Charlene -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php