This document will be showcasing the difference between single and double quotes
When using single quotes, PHP ignores any variable or operator such as /n ,which would normally create a new line, and instead places in exactly what is between the quotes, like the $word variable which I have assigned the word fantastic
But when using double quotes, PHP will look to find variables,
compute them, and place in what the variables are, which is fantastic