Hi
Can anyone help me
I have a page format as follows
What I require is that the Header loads a different page on set dates.PHP Code:
<!-- Header Block -->
<? include("Header.php"); ?>
<!-- / Header Block -->
<!-- Main Block -->
<? include("Main.php"); ?>
<!-- / Main Block -->
<!-- Footer Block -->
<? include("Footer.php"); ?>
<!-- / Footer Block -->
ie:
02feb.php
14thfeb.php
etc
Anyone have any idea how to go about this
thanks
Bookmarks