question, im trying to do this calendar to grab a certain month to display the correct calendar
<? include("calendar/" . strtolower(date("F")).".html"); ?>
<? include("calendar/" . strtolower(date("F", strtotime("+1 month", time()))).".html"); ?>
that code work it grabs january.html etc... but i want it to detect what year like
january2004.html or february2005.html, i want it to detect the year to, that would be great if you could help , thanks!!!
question
Moderator: General Moderators