Try sending the various "no-cache" and "expiration" headers.  You can find
more details in code archive samples linked from:

http://php.net/links.php

Naturally, IE and Netscape don't agree on which headers mean what, so you
have to send at least twice as many as you'd expect.

Am I the only one that wants to put all the IE and Netscape engineers on an
island and not let them off until their specs agree?...  Sort of like
"Survivor" :-)

----- Original Message -----
From: Joel Dossey <[EMAIL PROTECTED]>
Newsgroups: php.general
Sent: Sunday, January 14, 2001 3:11 PM
Subject: [PHP] Netscape differences?


> Greetings,
> I have a php script that generates a random image. All
> images are kept in a mysql table. It works fine when
> viewed by IE, but Netscape, and Lynx, always show the
> same image. The database information, however, is
> changed as it should be (correctly incrementing the
> times seen column for the image), and on refresh all
> information goes as it should, except for randomly
> selecting an image.
>  This may be an apache caching problem, but I was
> wondering if anyone has run into this working with php
> in general, and what solutions I need to explore.
>
> Thanks much,
> Joel Dossey
>
>
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to