[dvdvol] new bug in the request system

Marcello Perathoner marcello at perathoner.de
Sat Sep 24 08:08:34 PDT 2005


Aaron Cannon wrote:

> By the way, does anyone know what the directive is that will force a page
> to be refreshed each time it is viewed?

In PHP that would be:

function nocache () {
   header ("Expires: Sun, 03 Oct 2004 12:00:00 GMT");
   header ("Cache-Control: no-cache");
}



-- 
Marcello Perathoner
webmaster at gutenberg.org




More information about the dvdvol mailing list