Escape
Hi, My name is Kenneth
In the sentence below, I use a backslash to display the quotation marks, telling the compiler that it is not a command.
Kenneth says "I am enjoying this class!"
An escape slash(backslash) is used when a symbol used in php needs to be shown in plaintext.
If I were to use quotation marks without a backslash, it would not show up on the page.