using loop constructs, create a PHP script which will output a calendar for a normal February (28 days). You will need to define variables to contain the start day of the month (Sunday, Monday, etc.) and the number of days in the month.
For each day of the month that is an even number, print the value in bold text.