Escape Example

Hi, is your name Melissa? (This example is not using PHP escape slash.)
"How are you today, Melissa?" (This example is using PHP escape slash.)

Using an escape slash in my example, I was able to echo out a quotation mark as this ensures interpretation as part of the string. PHP becomes confused if the quotation mark is simply thrown into the echo statement.