hello world my name is chad
world asks chad "what is your favorite color?"
chad says "blue!"
#comment: so when you use the escape \, it tells the php to not run it as code but to use it # as a literal. this way, you are allowed to add quotes to your echos without having an error.