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

[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] Installing Php/Apache/Win98

2001-01-20 Thread Morkai Kurst
I had the same problem, i ended up placing the php4apache.dll in the apache/modules directory where the rest of the modules for apache are stored. Then change the entry in httpd.conf to: LoadModule php4_module modules/php4apache.dll everything worked then :) good luck Morkai > I have PHP wor