This PHP code prints different messages depending on the query string. If the query string is "SoD" it prints "owns you!", otherwise it prints "don't front!". It also shows an example of parsing multiple query string variables and using switch statements to check their values and print corresponding messages.