Hello I'm quite new to php so need some help. See, I have some html pages where I used
<?php
require ('../calendar.html');
?>
to include a calendar on top of each page. My problem is now I have a calendar.html for 2008 and a calendar07.html for 2007. calendar07 has a link to calendar.html and calendar.html has a link to calendar07.html inside them. But when clicked on those links they change the whole html page instead of the part in html page where I put the "require" code.
I know this sounds a bit confusing but I hope someone will be able to make sense of it all and be able to help.