Perform the exercise spelled out in this
slideshow
Due: Sept. 3
Monday:
Course syllabus Hello.zip We wrote (in Notepad) a request-response version
of "Hello World" using HTML and PHP. We tried to add error_reporting, which we need
to revisit.
Dates.zip introduces
PHP's getdate and mktime methods as well as PHP's switch. Used the associative array resulting from getdate to
display today's date, the date 50 years ago, and when Thanskgiving is this year.