This document will be showcasing escape slashes

This text will showcase what escape slashes do. They are used to include items that normally are special characters such as \ or " and allows them to be used within the text without PHP seeing them, and performing the action they would normally do. They also allow for the use of control characters such as \n which would normally create a new line, but since I used escape slashes, it shows the character.

This example will not be using escape slashes. Now if I go to create a newline the text will now go onto a line below. Or if I want the text to tab over, I can use to get that space in.