The single quotes in PHP are defined a string literal, and variable parsing is not done within single quotes. Double quotes allow variable parsing, which mean that the variable within double-quoted strings will replaced with their values.