Assignment: Birthday ($$$)

complete a single form program that allows the user to input their birthday as a date such as 10/1/1978 and another field for an arbitrary year like 2012

you program should find their birthday in the year they specify and tell them what day of the week it is.

Here is a link to a php program that does this. You program should have the same results:

birthday.php

write your program and submit the link here when it works.