Quotes in PHP

Hello, world!
Hello, $var!

Double quotes interpret variables inside a string, while single quotes treat everything as plain text.