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

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

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, Fe