Using single quotes: $day1 and $day2 are weekdays.
Using double quotes: Wednesday and Thursday are weekdays.

In PHP, there are two types of quotes for defining strings: single quotes (' ') and double quotes (" ").