CSCI 297 Scripting Languages
Homework Two

Due: submit via email before 11:00am on Monday September 16

Write a for loop that will print the next seven dates, starting with the current day. Output the dates as a list. Here is some sample output:
Hello World. The next 7 days are:
  • Mon Sep 9th 2019
  • Tue Sep 10th 2019
  • Wed Sep 11th 2019
  • Thu Sep 12th 2019
  • Fri Sep 13th 2019
  • Sat Sep 14th 2019
  • Sun Sep 15th 2019

Be sure to comment your PHP code and put your name at the top of the file as an HTML comment.

Submit your homework by mailing the text to dannellys@winthrop.edu. Do not attach your file - your code should be the email's body. Use the subject line "CSCI 297 - HW 02".