escape.php

Example: \n
This line shows an example of how an escape slash can be used

Example: ""
This line shows how to use "double quotes" in an echo statement.

Explanation:

The first example shows how to create a new line with the use of \n. The second example shows how to use \ to use double quotes within an echo statement. A slash (\) allows for users to use characters that would otherwide have a special use within a string.