Question: This is the code I have for the Calender using php the problem i'm running into is that Jan 1970 always pops up at the
This is the code I have for the Calender using php the problem i'm running into is that Jan 1970 always pops up at the top of the calender instead of the actual date the user inputs can anyone help me figure out what i'm doing wrong?

function CreateCalender (month, $day, $year)//month and the year are of numbers $d1 - mktime (0,0,0,$month,1,$year) $strdate("m", $d1)."/01" .date("Y", $d1); $di - strtotime ($str); echo "Calender for ".date("M lof Y", $d1)."
"; echo "
| Mo | Tu | We | Th | Fr | Sa |
| ".date("d",$d1)." | " if (date("w", $d1)--6) echo "|||||
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
