RE: [PHP] Tryng To Prevent Caching on IE 5-6.0

2003-03-08 Thread Kurst
-Original Message- From: Bryan Lipscy [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 1:38 AM To: 'Kurst'; [EMAIL PROTECTED] Subject: RE: [PHP] Tryng To Prevent Caching on IE 5-6.0 Try: header(Cache-control: private); It's a very good suggestion and I thank you

Re: [PHP] Tryng To Prevent Caching on IE 5-6.0

2003-03-08 Thread Andre Dubuc
, Andre On Saturday 08 March 2003 03:03 am, you wrote: -Original Message- From: Bryan Lipscy [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 1:38 AM To: 'Kurst'; [EMAIL PROTECTED] Subject: RE: [PHP] Tryng To Prevent Caching on IE 5-6.0 Try: header(Cache-control

[PHP] Tryng To Prevent Caching on IE 5-6.0

2003-03-07 Thread Kurst
Hello, I've looked for the answer to this for a while and I have no broken down for asking for help. My problem is I have a few dynamic PHP sites. And all of them seem to be doing the same problem to me no matter what or how hard I try. All my sites seem to be caching heavily on IE 5 and 6 and

RE: [PHP] Tryng To Prevent Caching on IE 5-6.0

2003-03-07 Thread Bryan Lipscy
Try: header(Cache-control: private); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php