Re: [PHP-DB] Web Page Caching

2003-02-17 Thread Ignatius Reilly
You can append to the URL a dummy variable that is sure to change every
time:

http://.../mypage?nocache=

This will force the refresh.

Ignatius

- Original Message -
From: "Philip Zee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 16, 2003 9:46 PM
Subject: [PHP-DB] Web Page Caching


> Hello,
>
> I don't know if this is the right list to send this question to.  It
appears that the browser caches the result after a PHP page updates the
database.  I have to manually reload it in order to see the updates.  Does
anyone know how to overcome this?
>
> Thanks,
>
> Philip
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Web Page Caching

2003-02-16 Thread Fredrik de Vibe
[EMAIL PROTECTED] (Ruprecht Helms) writes:
> Normaly CGI and dynamic webcontents are not cached in proxies and in
> browsercaches.

How does the browser / proxy know that the output is dynamic? I don't
know what PHP does to accomplish this, but if PHP always sends a
cache-expire header, that won't always be what you want, either...


-- 
--Fredrik
"Why be a man when you can be a success?"
-- Bertold Brecht

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] Web Page Caching

2003-02-16 Thread Ruprecht Helms
Hi  Philip Zee,

> I don't know if this is the right list to send this question to.  It appears
> that the browser caches the result after a PHP page updates the database.  I

Possible that your browser stored the content of the page as normal html-page.
Normaly CGI and dynamic webcontents are not cached in proxies and in
browsercaches.

Regards,
Ruprecht

--
Ruprecht Helms IT-Service und Softwareentwicklung

Tel/Fax.:  +49[0]7621 16 99 16
Homepage:  http://www.rheyn.de
email:  [EMAIL PROTECTED]
--

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php