Create a calendar with php
Trying to help my friend create a calendar. It would be able to display the calendar for any month from January starting from the 1970s and into December of 2040. I have had a little success creating the calendar (i'm somewhat new to php) and i wanted to let the user choose the month and year from drop down boxes along with a submit button. Ideally, after they would submit, the program would then display the calendar for that selected month and year. I've really been stumped and could use some example code to go off of or possibly just some code to use.
Anything helps, i really appreciate it!
|