I've created a site that I tried to control the caching scheme through html (I don't use the php header(...) function). It looks roughly like this:
Code: Select all
<html>
<head>
<meta http-equiv="Cache-Control" content="max-age=86400" />
</head>
<body>
<? include( "getSomeDataFromDB.php" ); ?>
</body>
</html>
Do I need to send the Cache-control directive through a call to the php function head() or do I need something else?
Thanks
Jerry
PS - the page is here: http://www.divethegreatlakes.com