Escape Page
This text is with the slashing using the quotation marks:
Hi, my name is Dominic.
Dominic says "How are you doing today?"
This text is the one with no slashes using the quotation marks:
Hi, what would you like from the store today.
Dominic says what would you like from the store today
The system would not run if you add qutation marks without a \ before them. So by adding a \ in front of them you can add quotation marks in text. This tells php to ignore it and run it as normally.