RE: [PHP-DB] No Caching (Reloading Fresh Content)

2001-11-20 Thread Jonathan Hilgeman
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)

Re: [PHP-DB] No Caching (Reloading Fresh Content)

2001-11-13 Thread Jonathan Hilgeman
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

RE: [PHP-DB] No Caching (Reloading Fresh Content)

2001-11-13 Thread Boget, Chris
> 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 >