Hello, my name is $name. I am using single quotes.
Hello, my name is Taylor. I am now using double quotes, do you see the difference?
The difference between single and double quotes is single quotes takes everything within the quotes as a literal string meaning it will be treated as plaintext. If variables, for instance, need to be evaluated, use double quotes.