When we want to compare a variable with many different values, switch statements might be the better option.
Let's see what happens when we give $season a value here.
See that? case checks for a scenario, break ends the code, and default triggers when there are no matches.
Are you sure this is the correct way to set the variable name for checking the switch statement?