n Hilgeman'; [EMAIL PROTECTED]
Subject: RE: [PHP-DB] No Caching (Reloading Fresh Content)
> How can I ensure that a specific page is never cached and ALWAYS gets
> processed every time it is viewed? Sometimes a viewer can hit his/her
> browser's Back button (such a hateful button)
I read a bit of it, but it's still giving me trouble. I have the following
short, test, PHP script:
Number of Users:
Now, I load that script up, which displays "Number of Users: " and a submit
button. I click on the s
> How can I ensure that a specific page is never cached and ALWAYS gets
> processed every time it is viewed? Sometimes a viewer can hit his/her
> browser's Back button (such a hateful button), and get a cached version of
> a dynamic page. I want this page's PHP code to be executed even if the
>
How can I ensure that a specific page is never cached and ALWAYS gets
processed every time it is viewed? Sometimes a viewer can hit his/her
browser's Back button (such a hateful button), and get a cached version of a
dynamic page. I want this page's PHP code to be executed even if the visitor
uses