With escape slash: He said: "PHP is fun!" Without escape slash: He said: "PHP is fun!"
You can escape a character by putting a backslash in front of it. This tells PHP to ignore it and to NOT run it as PHP
Not using a backslash may misinterpret characters, leading to syntax errors.