Hiya all,
I use a simple PHP code on all pages of my site for the navigation, headers and footers.
include("header.php");
include("footer.php"); and
include("navigator.php");
What I would like to see happen is the header only be cached, as it never changes that much, yet let the rest of the includes refresh as they do on each page load.
Is it possible?
Would it be as simple as changing the "header.php" to "header.htm" and then telling the include code to get the htm file instead?
Probably not, but it is nice to dream.
Lemme know!
Best,
Matt