24 Sep
2005
24 Sep
'05
3:08 p.m.
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@gutenberg.org