Escape

Juan Rodriguez

This is an example of a string with an escape slash, "Hello!"

Escape slashes (\) are used in PHP to ignore the special characteristics of the following non numeric or letter character. In this example I used the escape slash to use a double quote inside a double quote string. Otherwise, like in the first line that's commented out, it wouldnt work