I am $var this using single quotes
I am writing this using double quotes

When using single quotes in PHP, the entire line of text will print as is and it will not execute the variables. When using double quotes in PHP the line will be executed displaying the variables correctly.