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=?php echo time() ; ?

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