Quotes

The difference between single and double quotes in PHP is that single quotes give literal
representations while double quotes allows for variables to alter the text.
This can be represented by these two identical lines.

There is so much that can be done with a $_alittleexample.
There is so much that can be done with a variable.