Escape Slash Example

It\'s working

The escape slash allows special characters like quotes to be used inside strings without breaking the code. Without it PHP may think the string ends early causing errors. It makes sure the text is displayed correctly.