Write an HTML page that allows the user to enter
his/her birthday (month and day) using drop-down
selects and then hit a submit button. A responding
PHP should display the day of the week of the user's
birthday for the next 10 years. (Do not assume the
user accesses the page in 2013.) What does your program do if the user enters Feb. 29th?
PHPCheckboxDemo.zip Short program showing
an individual checkbox and set of "grouped" checkboxes RadioButtonDemo.zip Short program showing
a set of radio buttons; code changes style Magritte.zip Short program showing a drop-down
select; code changes image's src attribute