Himself
04-19-2001, 09:59 PM
Anyone know how to defeat caching - both on the server, and locally on user's browsers? I'm using the following methods in PHP, and HTML, but they don't seem to b working:
------------
PHP:
------------
<?php header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
------------
HTML:
------------
<META HTTP-EQUIV="Expires" CONTENT="0">
Let me if there's another way or where I'm messing up.
Thanks in advance.
- Himself
------------
PHP:
------------
<?php header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
------------
HTML:
------------
<META HTTP-EQUIV="Expires" CONTENT="0">
Let me if there's another way or where I'm messing up.
Thanks in advance.
- Himself