I'm trying to get the current month link at the bottom of the page to work. The forward and backward links work just fine.
But I'm trying to get the current month button to work where I don't have to code in the different pages where I have the calendar embedded. I just want it to go back to the current month on what ever page the calendar is on.
Example if I have the calendar on a contest page and I look forward in the calendar a couple months all I have to do is hit the current month button and it will take me back to contest page. Same as if I put the calendar on the index page. I just don’t want to have to update the code for the link on every page that has the calendar.
Hopefully this make sense if not let me know and I will try to clarify.
Thanks again for the help
My Webpage
Here's the code to go back a month:
Code:
<?php echo "?mo=$mb&yr=$yb" ?>
Here's the code for the current month:
Code:
<?php echo "index.php" ?>
Here's the code to go forward a month:
Code:
<?php echo "?mo=$mf&yr=$yf" ?>
|