RE: [PHP] Re: Weird caching problem with PHP4/Apache -- THE SAGA CONTINUES

2001-10-31 Thread René Fournier
Here's what I've got, starting at the top... == ?php header ('Expires: Mon, 26 Jul 1997 05:00:00 GMT');// Date in the past header ('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); // always

Re: [PHP] Re: Weird caching problem with PHP4/Apache -- THE SAGA CONTINUES

2001-10-31 Thread Tamas Arpad
On Wednesday 31 October 2001 18:18, René Fournier wrote: Here's what I've got, starting at the top... == ?php header ('Expires: Mon, 26 Jul 1997 05:00:00 GMT');// Date in the past header ('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); //

RE: [PHP] Re: Weird caching problem with PHP4/Apache -- THE SAGA CONTINUES

2001-10-31 Thread René Fournier
Yes! That's it! I added that srand function, and it works great. Thanks! ..Rene -Original Message- From: Tamas Arpad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 10:58 AM To: René Fournier Cc: Php-General Subject: Re: [PHP] Re: Weird caching problem with PHP4